Html Css Color HEX #CC36FB Medium Orchid

📋 copy color: '#CC36FB'

red 204 ◦ green 54 ◦ blue 251

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

Shades of Medium Orchid #CC36FB

Tints of Medium Orchid #CC36FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 40.08%
G = 10.61%
B = 49.31%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC36FB (or 0xCC36FB) is known color: Medium Orchid. HEX triplet: CC, 36 and FB. RGB value is (204,54,251). Sum of RGB (Red+Green+Blue) = 204+54+251=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 54 (21.48% from 255 or 10.61% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC36FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36FB is #33C904. Grayscale: #787878. Windows color (decimal): -3393797 or 16463564. OLE color: 16463564.

HSL color Cylindrical-coordinate representation of color #CC36FB: hue angle of 285.69º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC36FB is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 54 251 -
CMYK 0.19 0.78 0 0.02
HSL 285.69º 0.96% 0.6% -
HSV(B) 285.69º 0.78% 0.98% -
XYZ 43.63 22.44 93.3 -
YUV 121.31 201.2 186.98 -
System Red Green Blue C M Y K H S L
Decimal 204 54 251 0.19 0.78 0 0.02 285.69 0.96 0.6
Hex CC 36 FB 13 4E 0 2 11E 60 3C
Octal 314 66 373 23 116 0 2 436 140 74
Binary 11001100 110110 11111011 10011 1001110 0 10 100011110 1100000 111100

Color Harmonies of #CC36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36FB

Black with #CC36FB

Text Example


Text Example

White with #CC36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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