Html Css Color HEX #CC36D6 Medium Orchid

📋 copy color: '#CC36D6'

red 204 ◦ green 54 ◦ blue 214

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

Shades of Medium Orchid #CC36D6

Tints of Medium Orchid #CC36D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.34%

R = 43.22%
G = 11.44%
B = 45.34%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC36D6 (or 0xCC36D6) is known color: Medium Orchid. HEX triplet: CC, 36 and D6. RGB value is (204,54,214). Sum of RGB (Red+Green+Blue) = 204+54+214=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC36D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36D6 is #33C929. Grayscale: #747474. Windows color (decimal): -3393834 or 14038732. OLE color: 14038732.

HSL color Cylindrical-coordinate representation of color #CC36D6: hue angle of 296.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC36D6 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 54 214 -
CMYK 0.05 0.75 0 0.16
HSL 296.25º 0.66% 0.53% -
HSV(B) 296.25º 0.75% 0.84% -
XYZ 38.36 20.33 65.52 -
YUV 117.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 204 54 214 0.05 0.75 0 0.16 296.25 0.66 0.53
Hex CC 36 D6 5 4B 0 10 128 42 35
Octal 314 66 326 5 113 0 20 450 102 65
Binary 11001100 110110 11010110 101 1001011 0 10000 100101000 1000010 110101

Color Harmonies of #CC36D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36D6

Black with #CC36D6

Text Example


Text Example

White with #CC36D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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