Html Css Color HEX #CBA5DC Wisteria

📋 copy color: '#CBA5DC'

red 203 ◦ green 165 ◦ blue 220

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

Shades of Wisteria #CBA5DC

Tints of Wisteria #CBA5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.41%

R = 34.52%
G = 28.06%
B = 37.41%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CBA5DC (or 0xCBA5DC) is known color: Wisteria. HEX triplet: CB, A5 and DC. RGB value is (203,165,220). Sum of RGB (Red+Green+Blue) = 203+165+220=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 165 (64.84% from 255 or 28.06% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBA5DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5DC is #345A23. Grayscale: #B6B6B6. Windows color (decimal): -3430948 or 14460363. OLE color: 14460363.

HSL color Cylindrical-coordinate representation of color #CBA5DC: hue angle of 281.45º degrees, saturation: 0.44, 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 #CBA5DC is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 165 220 -
CMYK 0.08 0.25 0 0.14
HSL 281.45º 0.44% 0.75% -
HSV(B) 281.45º 0.25% 0.86% -
XYZ 51 44.77 73.66 -
YUV 182.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 203 165 220 0.08 0.25 0 0.14 281.45 0.44 0.75
Hex CB A5 DC 8 19 0 E 119 2C 4B
Octal 313 245 334 10 31 0 16 431 54 113
Binary 11001011 10100101 11011100 1000 11001 0 1110 100011001 101100 1001011

Color Harmonies of #CBA5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5DC

Black with #CBA5DC

Text Example


Text Example

White with #CBA5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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