Html Css Color HEX #CE9EDB Wisteria

📋 copy color: '#CE9EDB'

red 206 ◦ green 158 ◦ blue 219

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

Shades of Wisteria #CE9EDB

Tints of Wisteria #CE9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.1%

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

R = 35.33%
G = 27.1%
B = 37.56%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9EDB (or 0xCE9EDB) is known color: Wisteria. HEX triplet: CE, 9E and DB. RGB value is (206,158,219). Sum of RGB (Red+Green+Blue) = 206+158+219=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 158 (62.11% from 255 or 27.10% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9EDB is #316124. Grayscale: #B3B3B3. Windows color (decimal): -3236133 or 14393038. OLE color: 14393038.

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

Color convert

RGB 206 158 219 -
CMYK 0.06 0.28 0 0.14
HSL 287.21º 0.46% 0.74% -
HSV(B) 287.21º 0.28% 0.86% -
XYZ 50.47 42.69 72.6 -
YUV 179.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 206 158 219 0.06 0.28 0 0.14 287.21 0.46 0.74
Hex CE 9E DB 6 1C 0 E 11F 2E 4A
Octal 316 236 333 6 34 0 16 437 56 112
Binary 11001110 10011110 11011011 110 11100 0 1110 100011111 101110 1001010

Color Harmonies of #CE9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9EDB

Black with #CE9EDB

Text Example


Text Example

White with #CE9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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