Html Css Color HEX #CE8DDB Wisteria

📋 copy color: '#CE8DDB'

red 206 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #CE8DDB

Tints of Wisteria #CE8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.91%

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

R = 36.4%
G = 24.91%
B = 38.69%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8DDB (or 0xCE8DDB) is known color: Wisteria. HEX triplet: CE, 8D and DB. RGB value is (206,141,219). Sum of RGB (Red+Green+Blue) = 206+141+219=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8DDB is #317224. Grayscale: #A9A9A9. Windows color (decimal): -3240485 or 14388686. OLE color: 14388686.

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

Color convert

RGB 206 141 219 -
CMYK 0.06 0.36 0 0.14
HSL 290º 0.52% 0.71% -
HSV(B) 290º 0.36% 0.86% -
XYZ 47.76 37.29 71.7 -
YUV 169.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 206 141 219 0.06 0.36 0 0.14 290 0.52 0.71
Hex CE 8D DB 6 24 0 E 122 34 47
Octal 316 215 333 6 44 0 16 442 64 107
Binary 11001110 10001101 11011011 110 100100 0 1110 100100010 110100 1000111

Color Harmonies of #CE8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8DDB

Black with #CE8DDB

Text Example


Text Example

White with #CE8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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