Html Css Color HEX #CC37DC Medium Orchid

📋 copy color: '#CC37DC'

red 204 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #CC37DC

Tints of Medium Orchid #CC37DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 42.59%
G = 11.48%
B = 45.93%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC37DC (or 0xCC37DC) is known color: Medium Orchid. HEX triplet: CC, 37 and DC. RGB value is (204,55,220). Sum of RGB (Red+Green+Blue) = 204+55+220=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC37DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37DC is #33C823. Grayscale: #757575. Windows color (decimal): -3393572 or 14432204. OLE color: 14432204.

HSL color Cylindrical-coordinate representation of color #CC37DC: hue angle of 294.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC37DC is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 55 220 -
CMYK 0.07 0.75 0 0.14
HSL 294.18º 0.7% 0.54% -
HSV(B) 294.18º 0.75% 0.86% -
XYZ 39.19 20.74 69.65 -
YUV 118.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 204 55 220 0.07 0.75 0 0.14 294.18 0.7 0.54
Hex CC 37 DC 7 4B 0 E 126 46 36
Octal 314 67 334 7 113 0 16 446 106 66
Binary 11001100 110111 11011100 111 1001011 0 1110 100100110 1000110 110110

Color Harmonies of #CC37DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37DC

Black with #CC37DC

Text Example


Text Example

White with #CC37DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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