Html Css Color HEX #CE58DB Medium Orchid

📋 copy color: '#CE58DB'

red 206 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #CE58DB

Tints of Medium Orchid #CE58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.15%

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

R = 40.16%
G = 17.15%
B = 42.69%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE58DB (or 0xCE58DB) is known color: Medium Orchid. HEX triplet: CE, 58 and DB. RGB value is (206,88,219). Sum of RGB (Red+Green+Blue) = 206+88+219=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58DB is #31A724. Grayscale: #898989. Windows color (decimal): -3254053 or 14375118. OLE color: 14375118.

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

Color convert

RGB 206 88 219 -
CMYK 0.06 0.60 0 0.14
HSL 294.05º 0.65% 0.6% -
HSV(B) 294.05º 0.6% 0.86% -
XYZ 41.73 25.22 69.69 -
YUV 138.22 173.59 176.35 -
System Red Green Blue C M Y K H S L
Decimal 206 88 219 0.06 0.60 0 0.14 294.05 0.65 0.6
Hex CE 58 DB 6 3C 0 E 126 41 3C
Octal 316 130 333 6 74 0 16 446 101 74
Binary 11001110 1011000 11011011 110 111100 0 1110 100100110 1000001 111100

Color Harmonies of #CE58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58DB

Black with #CE58DB

Text Example


Text Example

White with #CE58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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