Html Css Color HEX #CB9ADB Wisteria

📋 copy color: '#CB9ADB'

red 203 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #CB9ADB

Tints of Wisteria #CB9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.74%

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

R = 35.24%
G = 26.74%
B = 38.02%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB9ADB (or 0xCB9ADB) is known color: Wisteria. HEX triplet: CB, 9A and DB. RGB value is (203,154,219). Sum of RGB (Red+Green+Blue) = 203+154+219=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ADB is #346524. Grayscale: #AFAFAF. Windows color (decimal): -3433765 or 14392011. OLE color: 14392011.

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

Color convert

RGB 203 154 219 -
CMYK 0.07 0.30 0 0.14
HSL 285.23º 0.47% 0.73% -
HSV(B) 285.23º 0.3% 0.86% -
XYZ 48.97 40.92 72.34 -
YUV 176.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 203 154 219 0.07 0.30 0 0.14 285.23 0.47 0.73
Hex CB 9A DB 7 1E 0 E 11D 2F 49
Octal 313 232 333 7 36 0 16 435 57 111
Binary 11001011 10011010 11011011 111 11110 0 1110 100011101 101111 1001001

Color Harmonies of #CB9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ADB

Black with #CB9ADB

Text Example


Text Example

White with #CB9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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