Html Css Color HEX #CC36DC Medium Orchid

📋 copy color: '#CC36DC'

red 204 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #CC36DC

Tints of Medium Orchid #CC36DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.3%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 42.68%
G = 11.3%
B = 46.03%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC36DC (or 0xCC36DC) is known color: Medium Orchid. HEX triplet: CC, 36 and DC. RGB value is (204,54,220). Sum of RGB (Red+Green+Blue) = 204+54+220=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36DC is #33C923. Grayscale: #757575. Windows color (decimal): -3393828 or 14431948. OLE color: 14431948.

HSL color Cylindrical-coordinate representation of color #CC36DC: hue angle of 294.22º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC36DC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 54 220 -
CMYK 0.07 0.75 0 0.14
HSL 294.22º 0.7% 0.54% -
HSV(B) 294.22º 0.75% 0.86% -
XYZ 39.14 20.64 69.63 -
YUV 117.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 204 54 220 0.07 0.75 0 0.14 294.22 0.7 0.54
Hex CC 36 DC 7 4B 0 E 126 46 36
Octal 314 66 334 7 113 0 16 446 106 66
Binary 11001100 110110 11011100 111 1001011 0 1110 100100110 1000110 110110

Color Harmonies of #CC36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36DC

Black with #CC36DC

Text Example


Text Example

White with #CC36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36DC; }

 p { color: rgb(204,54,220); }

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

background-color css

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

 a { background-color: rgb(204,54,220); }

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

border-color css

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

 span { border-color: rgb(204,54,220); }

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