Html Css Color HEX #CC53DC Medium Orchid

📋 copy color: '#CC53DC'

red 204 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #CC53DC

Tints of Medium Orchid #CC53DC

RGB

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

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

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

R = 40.24%
G = 16.37%
B = 43.39%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC53DC (or 0xCC53DC) is known color: Medium Orchid. HEX triplet: CC, 53 and DC. RGB value is (204,83,220). Sum of RGB (Red+Green+Blue) = 204+83+220=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53DC is #33AC23. Grayscale: #868686. Windows color (decimal): -3386404 or 14439372. OLE color: 14439372.

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

Color convert

RGB 204 83 220 -
CMYK 0.07 0.62 0 0.14
HSL 292.99º 0.66% 0.59% -
HSV(B) 292.99º 0.62% 0.86% -
XYZ 40.91 24.19 70.22 -
YUV 134.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 204 83 220 0.07 0.62 0 0.14 292.99 0.66 0.59
Hex CC 53 DC 7 3E 0 E 125 42 3B
Octal 314 123 334 7 76 0 16 445 102 73
Binary 11001100 1010011 11011100 111 111110 0 1110 100100101 1000010 111011

Color Harmonies of #CC53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53DC

Black with #CC53DC

Text Example


Text Example

White with #CC53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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