Html Css Color HEX #CBA5DB Wisteria

📋 copy color: '#CBA5DB'

red 203 ◦ green 165 ◦ blue 219

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

Shades of Wisteria #CBA5DB

Tints of Wisteria #CBA5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.11%

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

R = 34.58%
G = 28.11%
B = 37.31%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBA5DB (or 0xCBA5DB) is known color: Wisteria. HEX triplet: CB, A5 and DB. RGB value is (203,165,219). Sum of RGB (Red+Green+Blue) = 203+165+219=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBA5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5DB is #345A24. Grayscale: #B6B6B6. Windows color (decimal): -3430949 or 14394827. OLE color: 14394827.

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

Color convert

RGB 203 165 219 -
CMYK 0.07 0.25 0 0.14
HSL 282.22º 0.43% 0.75% -
HSV(B) 282.22º 0.25% 0.86% -
XYZ 50.87 44.72 72.97 -
YUV 182.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 203 165 219 0.07 0.25 0 0.14 282.22 0.43 0.75
Hex CB A5 DB 7 19 0 E 11A 2B 4B
Octal 313 245 333 7 31 0 16 432 53 113
Binary 11001011 10100101 11011011 111 11001 0 1110 100011010 101011 1001011

Color Harmonies of #CBA5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5DB

Black with #CBA5DB

Text Example


Text Example

White with #CBA5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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