Html Css Color HEX #CC36EF Medium Orchid

📋 copy color: '#CC36EF'

red 204 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #CC36EF

Tints of Medium Orchid #CC36EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 41.05%
G = 10.87%
B = 48.09%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC36EF (or 0xCC36EF) is known color: Medium Orchid. HEX triplet: CC, 36 and EF. RGB value is (204,54,239). Sum of RGB (Red+Green+Blue) = 204+54+239=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36EF is #33C910. Grayscale: #777777. Windows color (decimal): -3393809 or 15677132. OLE color: 15677132.

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

Color convert

RGB 204 54 239 -
CMYK 0.15 0.77 0 0.06
HSL 288.65º 0.85% 0.57% -
HSV(B) 288.65º 0.77% 0.94% -
XYZ 41.8 21.71 83.65 -
YUV 119.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 204 54 239 0.15 0.77 0 0.06 288.65 0.85 0.57
Hex CC 36 EF F 4D 0 6 121 55 39
Octal 314 66 357 17 115 0 6 441 125 71
Binary 11001100 110110 11101111 1111 1001101 0 110 100100001 1010101 111001

Color Harmonies of #CC36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36EF

Black with #CC36EF

Text Example


Text Example

White with #CC36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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