Html Css Color HEX #CC36E5 Medium Orchid

📋 copy color: '#CC36E5'

red 204 ◦ green 54 ◦ blue 229

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

Shades of Medium Orchid #CC36E5

Tints of Medium Orchid #CC36E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.02%

R = 41.89%
G = 11.09%
B = 47.02%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC36E5 (or 0xCC36E5) is known color: Medium Orchid. HEX triplet: CC, 36 and E5. RGB value is (204,54,229). Sum of RGB (Red+Green+Blue) = 204+54+229=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC36E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36E5 is #33C91A. Grayscale: #767676. Windows color (decimal): -3393819 or 15021772. OLE color: 15021772.

HSL color Cylindrical-coordinate representation of color #CC36E5: hue angle of 291.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC36E5 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 54 229 -
CMYK 0.11 0.76 0 0.10
HSL 291.43º 0.77% 0.55% -
HSV(B) 291.43º 0.76% 0.9% -
XYZ 40.36 21.13 76.08 -
YUV 118.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 204 54 229 0.11 0.76 0 0.10 291.43 0.77 0.55
Hex CC 36 E5 B 4C 0 A 123 4D 37
Octal 314 66 345 13 114 0 12 443 115 67
Binary 11001100 110110 11100101 1011 1001100 0 1010 100100011 1001101 110111

Color Harmonies of #CC36E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36E5

Black with #CC36E5

Text Example


Text Example

White with #CC36E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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