Html Css Color HEX #CC36DD Medium Orchid

📋 copy color: '#CC36DD'

red 204 ◦ green 54 ◦ blue 221

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

Shades of Medium Orchid #CC36DD

Tints of Medium Orchid #CC36DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 42.59%
G = 11.27%
B = 46.14%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC36DD (or 0xCC36DD) is known color: Medium Orchid. HEX triplet: CC, 36 and DD. RGB value is (204,54,221). Sum of RGB (Red+Green+Blue) = 204+54+221=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36DD is #33C922. Grayscale: #757575. Windows color (decimal): -3393827 or 14497484. OLE color: 14497484.

HSL color Cylindrical-coordinate representation of color #CC36DD: hue angle of 293.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC36DD is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 54 221 -
CMYK 0.08 0.76 0 0.13
HSL 293.89º 0.71% 0.54% -
HSV(B) 293.89º 0.76% 0.87% -
XYZ 39.27 20.7 70.33 -
YUV 117.89 186.2 189.42 -
System Red Green Blue C M Y K H S L
Decimal 204 54 221 0.08 0.76 0 0.13 293.89 0.71 0.54
Hex CC 36 DD 8 4C 0 D 126 47 36
Octal 314 66 335 10 114 0 15 446 107 66
Binary 11001100 110110 11011101 1000 1001100 0 1101 100100110 1000111 110110

Color Harmonies of #CC36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36DD

Black with #CC36DD

Text Example


Text Example

White with #CC36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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