Html Css Color HEX #CC53D8 Medium Orchid

📋 copy color: '#CC53D8'

red 204 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #CC53D8

Tints of Medium Orchid #CC53D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.94%

R = 40.56%
G = 16.5%
B = 42.94%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC53D8 (or 0xCC53D8) is known color: Medium Orchid. HEX triplet: CC, 53 and D8. RGB value is (204,83,216). Sum of RGB (Red+Green+Blue) = 204+83+216=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC53D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53D8 is #33AC27. Grayscale: #858585. Windows color (decimal): -3386408 or 14177228. OLE color: 14177228.

HSL color Cylindrical-coordinate representation of color #CC53D8: hue angle of 294.59º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC53D8 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 83 216 -
CMYK 0.06 0.62 0 0.15
HSL 294.59º 0.63% 0.59% -
HSV(B) 294.59º 0.62% 0.85% -
XYZ 40.39 23.98 67.47 -
YUV 134.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 204 83 216 0.06 0.62 0 0.15 294.59 0.63 0.59
Hex CC 53 D8 6 3E 0 F 127 3F 3B
Octal 314 123 330 6 76 0 17 447 77 73
Binary 11001100 1010011 11011000 110 111110 0 1111 100100111 111111 111011

Color Harmonies of #CC53D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53D8

Black with #CC53D8

Text Example


Text Example

White with #CC53D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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