Html Css Color HEX #CC42EF Medium Orchid

📋 copy color: '#CC42EF'

red 204 ◦ green 66 ◦ blue 239

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

Shades of Medium Orchid #CC42EF

Tints of Medium Orchid #CC42EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 40.08%
G = 12.97%
B = 46.95%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC42EF (or 0xCC42EF) is known color: Medium Orchid. HEX triplet: CC, 42 and EF. RGB value is (204,66,239). Sum of RGB (Red+Green+Blue) = 204+66+239=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC42EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42EF is #33BD10. Grayscale: #7E7E7E. Windows color (decimal): -3390737 or 15680204. OLE color: 15680204.

HSL color Cylindrical-coordinate representation of color #CC42EF: hue angle of 287.86º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC42EF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 66 239 -
CMYK 0.15 0.72 0 0.06
HSL 287.86º 0.84% 0.6% -
HSV(B) 287.86º 0.72% 0.94% -
XYZ 42.43 22.97 83.86 -
YUV 126.98 191.22 182.93 -
System Red Green Blue C M Y K H S L
Decimal 204 66 239 0.15 0.72 0 0.06 287.86 0.84 0.6
Hex CC 42 EF F 48 0 6 120 54 3C
Octal 314 102 357 17 110 0 6 440 124 74
Binary 11001100 1000010 11101111 1111 1001000 0 110 100100000 1010100 111100

Color Harmonies of #CC42EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42EF

Black with #CC42EF

Text Example


Text Example

White with #CC42EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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