Html Css Color HEX #CC42EA Medium Orchid

📋 copy color: '#CC42EA'

red 204 ◦ green 66 ◦ blue 234

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

Shades of Medium Orchid #CC42EA

Tints of Medium Orchid #CC42EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 40.48%
G = 13.1%
B = 46.43%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC42EA (or 0xCC42EA) is known color: Medium Orchid. HEX triplet: CC, 42 and EA. RGB value is (204,66,234). Sum of RGB (Red+Green+Blue) = 204+66+234=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42EA is #33BD15. Grayscale: #7D7D7D. Windows color (decimal): -3390742 or 15352524. OLE color: 15352524.

HSL color Cylindrical-coordinate representation of color #CC42EA: hue angle of 289.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC42EA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 66 234 -
CMYK 0.13 0.72 0 0.08
HSL 289.29º 0.8% 0.59% -
HSV(B) 289.29º 0.72% 0.92% -
XYZ 41.7 22.67 80.02 -
YUV 126.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 204 66 234 0.13 0.72 0 0.08 289.29 0.8 0.59
Hex CC 42 EA D 48 0 8 121 50 3B
Octal 314 102 352 15 110 0 10 441 120 73
Binary 11001100 1000010 11101010 1101 1001000 0 1000 100100001 1010000 111011

Color Harmonies of #CC42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42EA

Black with #CC42EA

Text Example


Text Example

White with #CC42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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