Html Css Color HEX #CE53DB Medium Orchid

📋 copy color: '#CE53DB'

red 206 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #CE53DB

Tints of Medium Orchid #CE53DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 40.55%
G = 16.34%
B = 43.11%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE53DB (or 0xCE53DB) is known color: Medium Orchid. HEX triplet: CE, 53 and DB. RGB value is (206,83,219). Sum of RGB (Red+Green+Blue) = 206+83+219=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE53DB is #31AC24. Grayscale: #868686. Windows color (decimal): -3255333 or 14373838. OLE color: 14373838.

HSL color Cylindrical-coordinate representation of color #CE53DB: hue angle of 294.26º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE53DB is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 83 219 -
CMYK 0.06 0.62 0 0.14
HSL 294.26º 0.65% 0.59% -
HSV(B) 294.26º 0.62% 0.86% -
XYZ 41.33 24.42 69.55 -
YUV 135.28 175.25 178.44 -
System Red Green Blue C M Y K H S L
Decimal 206 83 219 0.06 0.62 0 0.14 294.26 0.65 0.59
Hex CE 53 DB 6 3E 0 E 126 41 3B
Octal 316 123 333 6 76 0 16 446 101 73
Binary 11001110 1010011 11011011 110 111110 0 1110 100100110 1000001 111011

Color Harmonies of #CE53DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE53DB

Black with #CE53DB

Text Example


Text Example

White with #CE53DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE53DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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