Html Css Color HEX #CC36FC Medium Orchid

📋 copy color: '#CC36FC'

red 204 ◦ green 54 ◦ blue 252

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

Shades of Medium Orchid #CC36FC

Tints of Medium Orchid #CC36FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 40%
G = 10.59%
B = 49.41%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC36FC (or 0xCC36FC) is known color: Medium Orchid. HEX triplet: CC, 36 and FC. RGB value is (204,54,252). Sum of RGB (Red+Green+Blue) = 204+54+252=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 54 (21.48% from 255 or 10.59% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC36FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36FC is #33C903. Grayscale: #787878. Windows color (decimal): -3393796 or 16529100. OLE color: 16529100.

HSL color Cylindrical-coordinate representation of color #CC36FC: hue angle of 285.45º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC36FC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 54 252 -
CMYK 0.19 0.79 0 0.01
HSL 285.45º 0.97% 0.6% -
HSV(B) 285.45º 0.79% 0.99% -
XYZ 43.79 22.5 94.13 -
YUV 121.42 201.7 186.9 -
System Red Green Blue C M Y K H S L
Decimal 204 54 252 0.19 0.79 0 0.01 285.45 0.97 0.6
Hex CC 36 FC 13 4F 0 1 11D 61 3C
Octal 314 66 374 23 117 0 1 435 141 74
Binary 11001100 110110 11111100 10011 1001111 0 1 100011101 1100001 111100

Color Harmonies of #CC36FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36FC

Black with #CC36FC

Text Example


Text Example

White with #CC36FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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