Html Css Color HEX #CC52D8 Medium Orchid

📋 copy color: '#CC52D8'

red 204 ◦ green 82 ◦ blue 216

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

Shades of Medium Orchid #CC52D8

Tints of Medium Orchid #CC52D8

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.33%

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

R = 40.64%
G = 16.33%
B = 43.03%

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

#CC52D8 (or 0xCC52D8) is known color: Medium Orchid. HEX triplet: CC, 52 and D8. RGB value is (204,82,216). Sum of RGB (Red+Green+Blue) = 204+82+216=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 82 (32.42% from 255 or 16.33% from 502); Blue value is 216 (84.77% from 255 or 43.03% from 502); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC52D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52D8 is #33AD27. Grayscale: #858585. Windows color (decimal): -3386664 or 14176972. OLE color: 14176972.

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

Color convert

RGB 204 82 216 -
CMYK 0.06 0.62 0 0.15
HSL 294.63º 0.63% 0.58% -
HSV(B) 294.63º 0.62% 0.85% -
XYZ 40.31 23.83 67.44 -
YUV 133.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 204 82 216 0.06 0.62 0 0.15 294.63 0.63 0.58
Hex CC 52 D8 6 3E 0 F 127 3F 3A
Octal 314 122 330 6 76 0 17 447 77 72
Binary 11001100 1010010 11011000 110 111110 0 1111 100100111 111111 111010

Color Harmonies of #CC52D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52D8

Black with #CC52D8

Text Example


Text Example

White with #CC52D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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