Html Css Color HEX #CB9DDB Wisteria

📋 copy color: '#CB9DDB'

red 203 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #CB9DDB

Tints of Wisteria #CB9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.12%

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

R = 35.06%
G = 27.12%
B = 37.82%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB9DDB (or 0xCB9DDB) is known color: Wisteria. HEX triplet: CB, 9D and DB. RGB value is (203,157,219). Sum of RGB (Red+Green+Blue) = 203+157+219=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DDB is #346224. Grayscale: #B1B1B1. Windows color (decimal): -3432997 or 14392779. OLE color: 14392779.

HSL color Cylindrical-coordinate representation of color #CB9DDB: hue angle of 284.52º 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 #CB9DDB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 157 219 -
CMYK 0.07 0.28 0 0.14
HSL 284.52º 0.46% 0.74% -
HSV(B) 284.52º 0.28% 0.86% -
XYZ 49.47 41.92 72.5 -
YUV 177.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 203 157 219 0.07 0.28 0 0.14 284.52 0.46 0.74
Hex CB 9D DB 7 1C 0 E 11D 2E 4A
Octal 313 235 333 7 34 0 16 435 56 112
Binary 11001011 10011101 11011011 111 11100 0 1110 100011101 101110 1001010

Color Harmonies of #CB9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DDB

Black with #CB9DDB

Text Example


Text Example

White with #CB9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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