Html Css Color HEX #CC52D7 Medium Orchid

📋 copy color: '#CC52D7'

red 204 ◦ green 82 ◦ blue 215

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

Shades of Medium Orchid #CC52D7

Tints of Medium Orchid #CC52D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 40.72%
G = 16.37%
B = 42.91%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC52D7 (or 0xCC52D7) is known color: Medium Orchid. HEX triplet: CC, 52 and D7. RGB value is (204,82,215). Sum of RGB (Red+Green+Blue) = 204+82+215=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC52D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52D7 is #33AD28. Grayscale: #858585. Windows color (decimal): -3386665 or 14111436. OLE color: 14111436.

HSL color Cylindrical-coordinate representation of color #CC52D7: hue angle of 295.04º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC52D7 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 82 215 -
CMYK 0.05 0.62 0 0.16
HSL 295.04º 0.62% 0.58% -
HSV(B) 295.04º 0.62% 0.84% -
XYZ 40.18 23.78 66.76 -
YUV 133.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 204 82 215 0.05 0.62 0 0.16 295.04 0.62 0.58
Hex CC 52 D7 5 3E 0 10 127 3E 3A
Octal 314 122 327 5 76 0 20 447 76 72
Binary 11001100 1010010 11010111 101 111110 0 10000 100100111 111110 111010

Color Harmonies of #CC52D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52D7

Black with #CC52D7

Text Example


Text Example

White with #CC52D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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