Html Css Color HEX #CC32DD Medium Orchid

📋 copy color: '#CC32DD'

red 204 ◦ green 50 ◦ blue 221

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

Shades of Medium Orchid #CC32DD

Tints of Medium Orchid #CC32DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.53%

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

R = 42.95%
G = 10.53%
B = 46.53%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC32DD (or 0xCC32DD) is known color: Medium Orchid. HEX triplet: CC, 32 and DD. RGB value is (204,50,221). Sum of RGB (Red+Green+Blue) = 204+50+221=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC32DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32DD is #33CD22. Grayscale: #737373. Windows color (decimal): -3394851 or 14496460. OLE color: 14496460.

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

Color convert

RGB 204 50 221 -
CMYK 0.08 0.77 0 0.13
HSL 294.04º 0.72% 0.53% -
HSV(B) 294.04º 0.77% 0.87% -
XYZ 39.09 20.34 70.27 -
YUV 115.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 204 50 221 0.08 0.77 0 0.13 294.04 0.72 0.53
Hex CC 32 DD 8 4D 0 D 126 48 35
Octal 314 62 335 10 115 0 15 446 110 65
Binary 11001100 110010 11011101 1000 1001101 0 1101 100100110 1001000 110101

Color Harmonies of #CC32DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32DD

Black with #CC32DD

Text Example


Text Example

White with #CC32DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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