Html Css Color HEX #CC52DA Medium Orchid

📋 copy color: '#CC52DA'

red 204 ◦ green 82 ◦ blue 218

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

Shades of Medium Orchid #CC52DA

Tints of Medium Orchid #CC52DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 40.48%
G = 16.27%
B = 43.25%

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

#CC52DA (or 0xCC52DA) is known color: Medium Orchid. HEX triplet: CC, 52 and DA. RGB value is (204,82,218). Sum of RGB (Red+Green+Blue) = 204+82+218=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 82 (32.42% from 255 or 16.27% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC52DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52DA is #33AD25. Grayscale: #858585. Windows color (decimal): -3386662 or 14308044. OLE color: 14308044.

HSL color Cylindrical-coordinate representation of color #CC52DA: hue angle of 293.82º degrees, saturation: 0.65, 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 #CC52DA is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 82 218 -
CMYK 0.06 0.62 0 0.15
HSL 293.82º 0.65% 0.59% -
HSV(B) 293.82º 0.62% 0.85% -
XYZ 40.57 23.93 68.81 -
YUV 133.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 204 82 218 0.06 0.62 0 0.15 293.82 0.65 0.59
Hex CC 52 DA 6 3E 0 F 126 41 3B
Octal 314 122 332 6 76 0 17 446 101 73
Binary 11001100 1010010 11011010 110 111110 0 1111 100100110 1000001 111011

Color Harmonies of #CC52DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52DA

Black with #CC52DA

Text Example


Text Example

White with #CC52DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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