Html Css Color HEX #CC37DD Medium Orchid

📋 copy color: '#CC37DD'

red 204 ◦ green 55 ◦ blue 221

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

Shades of Medium Orchid #CC37DD

Tints of Medium Orchid #CC37DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 42.5%
G = 11.46%
B = 46.04%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC37DD (or 0xCC37DD) is known color: Medium Orchid. HEX triplet: CC, 37 and DD. RGB value is (204,55,221). Sum of RGB (Red+Green+Blue) = 204+55+221=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37DD is #33C822. Grayscale: #757575. Windows color (decimal): -3393571 or 14497740. OLE color: 14497740.

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

Color convert

RGB 204 55 221 -
CMYK 0.08 0.75 0 0.13
HSL 293.86º 0.71% 0.54% -
HSV(B) 293.86º 0.75% 0.87% -
XYZ 39.32 20.79 70.35 -
YUV 118.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 204 55 221 0.08 0.75 0 0.13 293.86 0.71 0.54
Hex CC 37 DD 8 4B 0 D 126 47 36
Octal 314 67 335 10 113 0 15 446 107 66
Binary 11001100 110111 11011101 1000 1001011 0 1101 100100110 1000111 110110

Color Harmonies of #CC37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC37DD

Black with #CC37DD

Text Example


Text Example

White with #CC37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC37DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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