Html Css Color HEX #CC42E9 Medium Orchid

📋 copy color: '#CC42E9'

red 204 ◦ green 66 ◦ blue 233

#CC42E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CC42E9

Tints of Medium Orchid #CC42E9

RGB

 RED value IS 204 (80.08% from 255) = 40.56%

 GREEN value IS 66 (26.17% from 255) = 13.12%

 BLUE value IS 233 (91.41% from 255) = 46.32%

R = 40.56%
G = 13.12%
B = 46.32%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC42E9 (or 0xCC42E9) is known color: Medium Orchid. HEX triplet: CC, 42 and E9. RGB value is (204,66,233). Sum of RGB (Red+Green+Blue) = 204+66+233=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 66 (26.17% from 255 or 13.12% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC42E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42E9 is #33BD16. Grayscale: #7D7D7D. Windows color (decimal): -3390743 or 15286988. OLE color: 15286988.

HSL color Cylindrical-coordinate representation of color #CC42E9: hue angle of 289.58º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC42E9 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 66 233 -
CMYK 0.12 0.72 0 0.09
HSL 289.58º 0.79% 0.59% -
HSV(B) 289.58º 0.72% 0.91% -
XYZ 41.56 22.62 79.27 -
YUV 126.3 188.22 183.42 -
System Red Green Blue C M Y K H S L
Decimal 204 66 233 0.12 0.72 0 0.09 289.58 0.79 0.59
Hex CC 42 E9 C 48 0 9 122 4F 3B
Octal 314 102 351 14 110 0 11 442 117 73
Binary 11001100 1000010 11101001 1100 1001000 0 1001 100100010 1001111 111011

Color Harmonies of #CC42E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42E9

Black with #CC42E9

Text Example


Text Example

White with #CC42E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42E9; }

 p { color: rgb(204,66,233); }

 H1.HeaderClassName
 {
   color: #CC42E9;
 }
 .AnyTagClassName
 {
   color: #CC42E9;
 }
</style>

background-color css

<style>
 a { background-color: #CC42E9; }

 a { background-color: rgb(204,66,233); }

 div.DivClassName
 {
   background-color: #CC42E9;
 }
 .BgClassName
 {
   background-color: #CC42E9;
 }
</style>

border-color css

<style>
 span { border-color: #CC42E9; }

 span { border-color: rgb(204,66,233); }

 td.TdClassName
 {
   border-color: #CC42E9;
 }
 .TagClassName
 {
   border-color: #CC42E9;
 }
</style>