Html Css Color HEX #CE91DB Wisteria

📋 copy color: '#CE91DB'

red 206 ◦ green 145 ◦ blue 219

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

Shades of Wisteria #CE91DB

Tints of Wisteria #CE91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.44%

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

R = 36.14%
G = 25.44%
B = 38.42%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE91DB (or 0xCE91DB) is known color: Wisteria. HEX triplet: CE, 91 and DB. RGB value is (206,145,219). Sum of RGB (Red+Green+Blue) = 206+145+219=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE91DB is #316E24. Grayscale: #ABABAB. Windows color (decimal): -3239461 or 14389710. OLE color: 14389710.

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

Color convert

RGB 206 145 219 -
CMYK 0.06 0.34 0 0.14
HSL 289.46º 0.51% 0.71% -
HSV(B) 289.46º 0.34% 0.86% -
XYZ 48.37 38.49 71.9 -
YUV 171.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 206 145 219 0.06 0.34 0 0.14 289.46 0.51 0.71
Hex CE 91 DB 6 22 0 E 121 33 47
Octal 316 221 333 6 42 0 16 441 63 107
Binary 11001110 10010001 11011011 110 100010 0 1110 100100001 110011 1000111

Color Harmonies of #CE91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE91DB

Black with #CE91DB

Text Example


Text Example

White with #CE91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE91DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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