Html Css Color HEX #CC53DD Medium Orchid

📋 copy color: '#CC53DD'

red 204 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #CC53DD

Tints of Medium Orchid #CC53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.34%

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

R = 40.16%
G = 16.34%
B = 43.5%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC53DD (or 0xCC53DD) is known color: Medium Orchid. HEX triplet: CC, 53 and DD. RGB value is (204,83,221). Sum of RGB (Red+Green+Blue) = 204+83+221=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53DD is #33AC22. Grayscale: #868686. Windows color (decimal): -3386403 or 14504908. OLE color: 14504908.

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

Color convert

RGB 204 83 221 -
CMYK 0.08 0.62 0 0.13
HSL 292.61º 0.67% 0.6% -
HSV(B) 292.61º 0.62% 0.87% -
XYZ 41.05 24.24 70.92 -
YUV 134.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 204 83 221 0.08 0.62 0 0.13 292.61 0.67 0.6
Hex CC 53 DD 8 3E 0 D 125 43 3C
Octal 314 123 335 10 76 0 15 445 103 74
Binary 11001100 1010011 11011101 1000 111110 0 1101 100100101 1000011 111100

Color Harmonies of #CC53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53DD

Black with #CC53DD

Text Example


Text Example

White with #CC53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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