Html Css Color HEX #CE9BDB Wisteria

📋 copy color: '#CE9BDB'

red 206 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #CE9BDB

Tints of Wisteria #CE9BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.72%

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

R = 35.52%
G = 26.72%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE9BDB (or 0xCE9BDB) is known color: Wisteria. HEX triplet: CE, 9B and DB. RGB value is (206,155,219). Sum of RGB (Red+Green+Blue) = 206+155+219=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9BDB is #316424. Grayscale: #B1B1B1. Windows color (decimal): -3236901 or 14392270. OLE color: 14392270.

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

Color convert

RGB 206 155 219 -
CMYK 0.06 0.29 0 0.14
HSL 287.81º 0.47% 0.73% -
HSV(B) 287.81º 0.29% 0.86% -
XYZ 49.96 41.68 72.43 -
YUV 177.55 151.4 148.3 -
System Red Green Blue C M Y K H S L
Decimal 206 155 219 0.06 0.29 0 0.14 287.81 0.47 0.73
Hex CE 9B DB 6 1D 0 E 120 2F 49
Octal 316 233 333 6 35 0 16 440 57 111
Binary 11001110 10011011 11011011 110 11101 0 1110 100100000 101111 1001001

Color Harmonies of #CE9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BDB

Black with #CE9BDB

Text Example


Text Example

White with #CE9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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