Html Css Color HEX #CE5DDB Medium Orchid

📋 copy color: '#CE5DDB'

red 206 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #CE5DDB

Tints of Medium Orchid #CE5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.95%

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

R = 39.77%
G = 17.95%
B = 42.28%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE5DDB (or 0xCE5DDB) is known color: Medium Orchid. HEX triplet: CE, 5D and DB. RGB value is (206,93,219). Sum of RGB (Red+Green+Blue) = 206+93+219=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DDB is #31A224. Grayscale: #8C8C8C. Windows color (decimal): -3252773 or 14376398. OLE color: 14376398.

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

Color convert

RGB 206 93 219 -
CMYK 0.06 0.58 0 0.14
HSL 293.81º 0.64% 0.61% -
HSV(B) 293.81º 0.58% 0.86% -
XYZ 42.15 26.06 69.83 -
YUV 141.15 171.94 174.25 -
System Red Green Blue C M Y K H S L
Decimal 206 93 219 0.06 0.58 0 0.14 293.81 0.64 0.61
Hex CE 5D DB 6 3A 0 E 126 40 3D
Octal 316 135 333 6 72 0 16 446 100 75
Binary 11001110 1011101 11011011 110 111010 0 1110 100100110 1000000 111101

Color Harmonies of #CE5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DDB

Black with #CE5DDB

Text Example


Text Example

White with #CE5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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