Html Css Color HEX #CB99DB Wisteria

📋 copy color: '#CB99DB'

red 203 ◦ green 153 ◦ blue 219

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

Shades of Wisteria #CB99DB

Tints of Wisteria #CB99DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.61%

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

R = 35.3%
G = 26.61%
B = 38.09%

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

#CB99DB (or 0xCB99DB) is known color: Wisteria. HEX triplet: CB, 99 and DB. RGB value is (203,153,219). Sum of RGB (Red+Green+Blue) = 203+153+219=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99DB is #346624. Grayscale: #AFAFAF. Windows color (decimal): -3434021 or 14391755. OLE color: 14391755.

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

Color convert

RGB 203 153 219 -
CMYK 0.07 0.30 0 0.14
HSL 285.45º 0.48% 0.73% -
HSV(B) 285.45º 0.3% 0.86% -
XYZ 48.81 40.59 72.28 -
YUV 175.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 203 153 219 0.07 0.30 0 0.14 285.45 0.48 0.73
Hex CB 99 DB 7 1E 0 E 11D 30 49
Octal 313 231 333 7 36 0 16 435 60 111
Binary 11001011 10011001 11011011 111 11110 0 1110 100011101 110000 1001001

Color Harmonies of #CB99DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99DB

Black with #CB99DB

Text Example


Text Example

White with #CB99DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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