Html Css Color HEX #CC53EC Medium Orchid

📋 copy color: '#CC53EC'

red 204 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #CC53EC

Tints of Medium Orchid #CC53EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.12%

R = 39.01%
G = 15.87%
B = 45.12%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC53EC (or 0xCC53EC) is known color: Medium Orchid. HEX triplet: CC, 53 and EC. RGB value is (204,83,236). Sum of RGB (Red+Green+Blue) = 204+83+236=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 83 (32.81% from 255 or 15.87% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53EC is #33AC13. Grayscale: #888888. Windows color (decimal): -3386388 or 15487948. OLE color: 15487948.

HSL color Cylindrical-coordinate representation of color #CC53EC: hue angle of 287.45º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC53EC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 83 236 -
CMYK 0.14 0.65 0 0.07
HSL 287.45º 0.8% 0.63% -
HSV(B) 287.45º 0.65% 0.93% -
XYZ 43.14 25.08 81.92 -
YUV 136.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 204 83 236 0.14 0.65 0 0.07 287.45 0.8 0.63
Hex CC 53 EC E 41 0 7 11F 50 3F
Octal 314 123 354 16 101 0 7 437 120 77
Binary 11001100 1010011 11101100 1110 1000001 0 111 100011111 1010000 111111

Color Harmonies of #CC53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53EC

Black with #CC53EC

Text Example


Text Example

White with #CC53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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