Html Css Color HEX #CC52EF Medium Orchid

📋 copy color: '#CC52EF'

red 204 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #CC52EF

Tints of Medium Orchid #CC52EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 38.86%
G = 15.62%
B = 45.52%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC52EF (or 0xCC52EF) is known color: Medium Orchid. HEX triplet: CC, 52 and EF. RGB value is (204,82,239). Sum of RGB (Red+Green+Blue) = 204+82+239=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC52EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52EF is #33AD10. Grayscale: #878787. Windows color (decimal): -3386641 or 15684300. OLE color: 15684300.

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

Color convert

RGB 204 82 239 -
CMYK 0.15 0.66 0 0.06
HSL 286.62º 0.83% 0.63% -
HSV(B) 286.62º 0.66% 0.94% -
XYZ 43.5 25.1 84.21 -
YUV 136.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 204 82 239 0.15 0.66 0 0.06 286.62 0.83 0.63
Hex CC 52 EF F 42 0 6 11F 53 3F
Octal 314 122 357 17 102 0 6 437 123 77
Binary 11001100 1010010 11101111 1111 1000010 0 110 100011111 1010011 111111

Color Harmonies of #CC52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC52EF

Black with #CC52EF

Text Example


Text Example

White with #CC52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC52EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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