Html Css Color HEX #CB9FDB Wisteria

📋 copy color: '#CB9FDB'

red 203 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #CB9FDB

Tints of Wisteria #CB9FDB

RGB

 RED value IS 203 (79.69% from 255) = 34.94%

 GREEN value IS 159 (62.5% from 255) = 27.37%

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

R = 34.94%
G = 27.37%
B = 37.69%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB9FDB (or 0xCB9FDB) is known color: Wisteria. HEX triplet: CB, 9F and DB. RGB value is (203,159,219). Sum of RGB (Red+Green+Blue) = 203+159+219=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FDB is #346024. Grayscale: #B2B2B2. Windows color (decimal): -3432485 or 14393291. OLE color: 14393291.

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

Color convert

RGB 203 159 219 -
CMYK 0.07 0.27 0 0.14
HSL 284º 0.45% 0.74% -
HSV(B) 284º 0.27% 0.86% -
XYZ 49.81 42.61 72.62 -
YUV 179 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 203 159 219 0.07 0.27 0 0.14 284 0.45 0.74
Hex CB 9F DB 7 1B 0 E 11C 2D 4A
Octal 313 237 333 7 33 0 16 434 55 112
Binary 11001011 10011111 11011011 111 11011 0 1110 100011100 101101 1001010

Color Harmonies of #CB9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FDB

Black with #CB9FDB

Text Example


Text Example

White with #CB9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FDB; }

 p { color: rgb(203,159,219); }

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

background-color css

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

 a { background-color: rgb(203,159,219); }

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

border-color css

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

 span { border-color: rgb(203,159,219); }

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