Html Css Color HEX #CBA5DD Wisteria

📋 copy color: '#CBA5DD'

red 203 ◦ green 165 ◦ blue 221

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

Shades of Wisteria #CBA5DD

Tints of Wisteria #CBA5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 34.47%
G = 28.01%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBA5DD (or 0xCBA5DD) is known color: Wisteria. HEX triplet: CB, A5 and DD. RGB value is (203,165,221). Sum of RGB (Red+Green+Blue) = 203+165+221=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5DD is #345A22. Grayscale: #B6B6B6. Windows color (decimal): -3430947 or 14525899. OLE color: 14525899.

HSL color Cylindrical-coordinate representation of color #CBA5DD: hue angle of 280.71º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBA5DD is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 165 221 -
CMYK 0.08 0.25 0 0.13
HSL 280.71º 0.45% 0.76% -
HSV(B) 280.71º 0.25% 0.87% -
XYZ 51.13 44.83 74.36 -
YUV 182.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 203 165 221 0.08 0.25 0 0.13 280.71 0.45 0.76
Hex CB A5 DD 8 19 0 D 119 2D 4C
Octal 313 245 335 10 31 0 15 431 55 114
Binary 11001011 10100101 11011101 1000 11001 0 1101 100011001 101101 1001100

Color Harmonies of #CBA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA5DD

Black with #CBA5DD

Text Example


Text Example

White with #CBA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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