Html Css Color HEX #CC42EC Medium Orchid

📋 copy color: '#CC42EC'

red 204 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #CC42EC

Tints of Medium Orchid #CC42EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 40.32%
G = 13.04%
B = 46.64%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC42EC (or 0xCC42EC) is known color: Medium Orchid. HEX triplet: CC, 42 and EC. RGB value is (204,66,236). Sum of RGB (Red+Green+Blue) = 204+66+236=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC42EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42EC is #33BD13. Grayscale: #7E7E7E. Windows color (decimal): -3390740 or 15483596. OLE color: 15483596.

HSL color Cylindrical-coordinate representation of color #CC42EC: hue angle of 288.71º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC42EC is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 66 236 -
CMYK 0.14 0.72 0 0.07
HSL 288.71º 0.82% 0.59% -
HSV(B) 288.71º 0.72% 0.93% -
XYZ 41.99 22.79 81.54 -
YUV 126.64 189.72 183.18 -
System Red Green Blue C M Y K H S L
Decimal 204 66 236 0.14 0.72 0 0.07 288.71 0.82 0.59
Hex CC 42 EC E 48 0 7 121 52 3B
Octal 314 102 354 16 110 0 7 441 122 73
Binary 11001100 1000010 11101100 1110 1001000 0 111 100100001 1010010 111011

Color Harmonies of #CC42EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC42EC

Black with #CC42EC

Text Example


Text Example

White with #CC42EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC42EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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