Html Css Color HEX #CC53EA Medium Orchid

📋 copy color: '#CC53EA'

red 204 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #CC53EA

Tints of Medium Orchid #CC53EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.91%

R = 39.16%
G = 15.93%
B = 44.91%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC53EA (or 0xCC53EA) is known color: Medium Orchid. HEX triplet: CC, 53 and EA. RGB value is (204,83,234). Sum of RGB (Red+Green+Blue) = 204+83+234=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC53EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53EA is #33AC15. Grayscale: #878787. Windows color (decimal): -3386390 or 15356876. OLE color: 15356876.

HSL color Cylindrical-coordinate representation of color #CC53EA: hue angle of 288.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC53EA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 83 234 -
CMYK 0.13 0.65 0 0.08
HSL 288.08º 0.78% 0.62% -
HSV(B) 288.08º 0.65% 0.92% -
XYZ 42.85 24.96 80.4 -
YUV 136.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 204 83 234 0.13 0.65 0 0.08 288.08 0.78 0.62
Hex CC 53 EA D 41 0 8 120 4E 3E
Octal 314 123 352 15 101 0 10 440 116 76
Binary 11001100 1010011 11101010 1101 1000001 0 1000 100100000 1001110 111110

Color Harmonies of #CC53EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53EA

Black with #CC53EA

Text Example


Text Example

White with #CC53EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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