Html Css Color HEX #CC32DE Medium Orchid

📋 copy color: '#CC32DE'

red 204 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #CC32DE

Tints of Medium Orchid #CC32DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 42.86%
G = 10.5%
B = 46.64%

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

#CC32DE (or 0xCC32DE) is known color: Medium Orchid. HEX triplet: CC, 32 and DE. RGB value is (204,50,222). Sum of RGB (Red+Green+Blue) = 204+50+222=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32DE is #33CD21. Grayscale: #737373. Windows color (decimal): -3394850 or 14561996. OLE color: 14561996.

HSL color Cylindrical-coordinate representation of color #CC32DE: hue angle of 293.72º 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 #CC32DE is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 50 222 -
CMYK 0.08 0.77 0 0.13
HSL 293.72º 0.72% 0.53% -
HSV(B) 293.72º 0.77% 0.87% -
XYZ 39.23 20.39 70.98 -
YUV 115.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 204 50 222 0.08 0.77 0 0.13 293.72 0.72 0.53
Hex CC 32 DE 8 4D 0 D 126 48 35
Octal 314 62 336 10 115 0 15 446 110 65
Binary 11001100 110010 11011110 1000 1001101 0 1101 100100110 1001000 110101

Color Harmonies of #CC32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC32DE

Black with #CC32DE

Text Example


Text Example

White with #CC32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC32DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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