Html Css Color HEX #CE4DDB Medium Orchid

📋 copy color: '#CE4DDB'

red 206 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #CE4DDB

Tints of Medium Orchid #CE4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.34%

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

R = 41.04%
G = 15.34%
B = 43.63%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE4DDB (or 0xCE4DDB) is known color: Medium Orchid. HEX triplet: CE, 4D and DB. RGB value is (206,77,219). Sum of RGB (Red+Green+Blue) = 206+77+219=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDB is #31B224. Grayscale: #838383. Windows color (decimal): -3256869 or 14372302. OLE color: 14372302.

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

Color convert

RGB 206 77 219 -
CMYK 0.06 0.65 0 0.14
HSL 294.51º 0.66% 0.58% -
HSV(B) 294.51º 0.65% 0.86% -
XYZ 40.89 23.54 69.41 -
YUV 131.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 206 77 219 0.06 0.65 0 0.14 294.51 0.66 0.58
Hex CE 4D DB 6 41 0 E 127 42 3A
Octal 316 115 333 6 101 0 16 447 102 72
Binary 11001110 1001101 11011011 110 1000001 0 1110 100100111 1000010 111010

Color Harmonies of #CE4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DDB

Black with #CE4DDB

Text Example


Text Example

White with #CE4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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