Html Css Color HEX #CB90DB Wisteria

📋 copy color: '#CB90DB'

red 203 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #CB90DB

Tints of Wisteria #CB90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.44%

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

R = 35.87%
G = 25.44%
B = 38.69%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB90DB (or 0xCB90DB) is known color: Wisteria. HEX triplet: CB, 90 and DB. RGB value is (203,144,219). Sum of RGB (Red+Green+Blue) = 203+144+219=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90DB is #346F24. Grayscale: #A9A9A9. Windows color (decimal): -3436325 or 14389451. OLE color: 14389451.

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

Color convert

RGB 203 144 219 -
CMYK 0.07 0.34 0 0.14
HSL 287.2º 0.51% 0.71% -
HSV(B) 287.2º 0.34% 0.86% -
XYZ 47.39 37.76 71.81 -
YUV 170.19 155.55 151.4 -
System Red Green Blue C M Y K H S L
Decimal 203 144 219 0.07 0.34 0 0.14 287.2 0.51 0.71
Hex CB 90 DB 7 22 0 E 11F 33 47
Octal 313 220 333 7 42 0 16 437 63 107
Binary 11001011 10010000 11011011 111 100010 0 1110 100011111 110011 1000111

Color Harmonies of #CB90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90DB

Black with #CB90DB

Text Example


Text Example

White with #CB90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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