Html Css Color HEX #CC53EF Medium Orchid

📋 copy color: '#CC53EF'

red 204 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #CC53EF

Tints of Medium Orchid #CC53EF

RGB

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

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

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

R = 38.78%
G = 15.78%
B = 45.44%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC53EF (or 0xCC53EF) is known color: Medium Orchid. HEX triplet: CC, 53 and EF. RGB value is (204,83,239). Sum of RGB (Red+Green+Blue) = 204+83+239=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC53EF is #33AC10. Grayscale: #888888. Windows color (decimal): -3386385 or 15684556. OLE color: 15684556.

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

Color convert

RGB 204 83 239 -
CMYK 0.15 0.65 0 0.06
HSL 286.54º 0.83% 0.63% -
HSV(B) 286.54º 0.65% 0.94% -
XYZ 43.58 25.26 84.24 -
YUV 136.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 204 83 239 0.15 0.65 0 0.06 286.54 0.83 0.63
Hex CC 53 EF F 41 0 6 11F 53 3F
Octal 314 123 357 17 101 0 6 437 123 77
Binary 11001100 1010011 11101111 1111 1000001 0 110 100011111 1010011 111111

Color Harmonies of #CC53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC53EF

Black with #CC53EF

Text Example


Text Example

White with #CC53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC53EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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