Html Css Color HEX #CE53EB Medium Orchid

📋 copy color: '#CE53EB'

red 206 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #CE53EB

Tints of Medium Orchid #CE53EB

RGB

 RED value IS 206 (80.86% from 255) = 39.31%

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 39.31%
G = 15.84%
B = 44.85%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE53EB (or 0xCE53EB) is known color: Medium Orchid. HEX triplet: CE, 53 and EB. RGB value is (206,83,235). Sum of RGB (Red+Green+Blue) = 206+83+235=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE53EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53EB is #31AC14. Grayscale: #888888. Windows color (decimal): -3255317 or 15422414. OLE color: 15422414.

HSL color Cylindrical-coordinate representation of color #CE53EB: hue angle of 288.55º degrees, saturation: 0.79, 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 #CE53EB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 83 235 -
CMYK 0.12 0.65 0 0.08
HSL 288.55º 0.79% 0.62% -
HSV(B) 288.55º 0.65% 0.92% -
XYZ 43.54 25.31 81.19 -
YUV 137.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 206 83 235 0.12 0.65 0 0.08 288.55 0.79 0.62
Hex CE 53 EB C 41 0 8 121 4F 3E
Octal 316 123 353 14 101 0 10 441 117 76
Binary 11001110 1010011 11101011 1100 1000001 0 1000 100100001 1001111 111110

Color Harmonies of #CE53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53EB

Black with #CE53EB

Text Example


Text Example

White with #CE53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53EB; }

 p { color: rgb(206,83,235); }

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

background-color css

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

 a { background-color: rgb(206,83,235); }

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

border-color css

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

 span { border-color: rgb(206,83,235); }

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