Html Css Color HEX #CC37FC Medium Orchid

📋 copy color: '#CC37FC'

red 204 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #CC37FC

Tints of Medium Orchid #CC37FC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.76%

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

R = 39.92%
G = 10.76%
B = 49.32%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC37FC (or 0xCC37FC) is known color: Medium Orchid. HEX triplet: CC, 37 and FC. RGB value is (204,55,252). Sum of RGB (Red+Green+Blue) = 204+55+252=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC37FC is #33C803. Grayscale: #797979. Windows color (decimal): -3393540 or 16529356. OLE color: 16529356.

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

Color convert

RGB 204 55 252 -
CMYK 0.19 0.78 0 0.01
HSL 285.38º 0.97% 0.6% -
HSV(B) 285.38º 0.78% 0.99% -
XYZ 43.84 22.6 94.15 -
YUV 122.01 201.36 186.48 -
System Red Green Blue C M Y K H S L
Decimal 204 55 252 0.19 0.78 0 0.01 285.38 0.97 0.6
Hex CC 37 FC 13 4E 0 1 11D 61 3C
Octal 314 67 374 23 116 0 1 435 141 74
Binary 11001100 110111 11111100 10011 1001110 0 1 100011101 1100001 111100

Color Harmonies of #CC37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37FC

Black with #CC37FC

Text Example


Text Example

White with #CC37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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