Html Css Color HEX #CB88DB Wisteria

📋 copy color: '#CB88DB'

red 203 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #CB88DB

Tints of Wisteria #CB88DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.37%

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

R = 36.38%
G = 24.37%
B = 39.25%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB88DB (or 0xCB88DB) is known color: Wisteria. HEX triplet: CB, 88 and DB. RGB value is (203,136,219). Sum of RGB (Red+Green+Blue) = 203+136+219=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 136 (53.52% from 255 or 24.37% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88DB is #347724. Grayscale: #A5A5A5. Windows color (decimal): -3438373 or 14387403. OLE color: 14387403.

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

Color convert

RGB 203 136 219 -
CMYK 0.07 0.38 0 0.14
HSL 288.43º 0.54% 0.7% -
HSV(B) 288.43º 0.38% 0.86% -
XYZ 46.22 35.42 71.42 -
YUV 165.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 203 136 219 0.07 0.38 0 0.14 288.43 0.54 0.7
Hex CB 88 DB 7 26 0 E 120 36 46
Octal 313 210 333 7 46 0 16 440 66 106
Binary 11001011 10001000 11011011 111 100110 0 1110 100100000 110110 1000110

Color Harmonies of #CB88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB88DB

Black with #CB88DB

Text Example


Text Example

White with #CB88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB88DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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