Html Css Color HEX #CC36D9 Medium Orchid

📋 copy color: '#CC36D9'

red 204 ◦ green 54 ◦ blue 217

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

Shades of Medium Orchid #CC36D9

Tints of Medium Orchid #CC36D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.68%

R = 42.95%
G = 11.37%
B = 45.68%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC36D9 (or 0xCC36D9) is known color: Medium Orchid. HEX triplet: CC, 36 and D9. RGB value is (204,54,217). Sum of RGB (Red+Green+Blue) = 204+54+217=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC36D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36D9 is #33C926. Grayscale: #747474. Windows color (decimal): -3393831 or 14235340. OLE color: 14235340.

HSL color Cylindrical-coordinate representation of color #CC36D9: hue angle of 295.21º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC36D9 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 54 217 -
CMYK 0.06 0.75 0 0.15
HSL 295.21º 0.68% 0.53% -
HSV(B) 295.21º 0.75% 0.85% -
XYZ 38.75 20.49 67.56 -
YUV 117.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 204 54 217 0.06 0.75 0 0.15 295.21 0.68 0.53
Hex CC 36 D9 6 4B 0 F 127 44 35
Octal 314 66 331 6 113 0 17 447 104 65
Binary 11001100 110110 11011001 110 1001011 0 1111 100100111 1000100 110101

Color Harmonies of #CC36D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36D9

Black with #CC36D9

Text Example


Text Example

White with #CC36D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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