Html Css Color HEX #CC37DF Medium Orchid

📋 copy color: '#CC37DF'

red 204 ◦ green 55 ◦ blue 223

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

Shades of Medium Orchid #CC37DF

Tints of Medium Orchid #CC37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 42.32%
G = 11.41%
B = 46.27%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC37DF (or 0xCC37DF) is known color: Medium Orchid. HEX triplet: CC, 37 and DF. RGB value is (204,55,223). Sum of RGB (Red+Green+Blue) = 204+55+223=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 55 (21.88% from 255 or 11.41% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37DF is #33C820. Grayscale: #767676. Windows color (decimal): -3393569 or 14628812. OLE color: 14628812.

HSL color Cylindrical-coordinate representation of color #CC37DF: hue angle of 293.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC37DF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 55 223 -
CMYK 0.09 0.75 0 0.13
HSL 293.21º 0.72% 0.55% -
HSV(B) 293.21º 0.75% 0.87% -
XYZ 39.59 20.9 71.76 -
YUV 118.7 186.86 188.84 -
System Red Green Blue C M Y K H S L
Decimal 204 55 223 0.09 0.75 0 0.13 293.21 0.72 0.55
Hex CC 37 DF 9 4B 0 D 125 48 37
Octal 314 67 337 11 113 0 15 445 110 67
Binary 11001100 110111 11011111 1001 1001011 0 1101 100100101 1001000 110111

Color Harmonies of #CC37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37DF

Black with #CC37DF

Text Example


Text Example

White with #CC37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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