Html Css Color HEX #CBA6DD Wisteria

📋 copy color: '#CBA6DD'

red 203 ◦ green 166 ◦ blue 221

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

Shades of Wisteria #CBA6DD

Tints of Wisteria #CBA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.14%

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

R = 34.41%
G = 28.14%
B = 37.46%

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

#CBA6DD (or 0xCBA6DD) is known color: Wisteria. HEX triplet: CB, A6 and DD. RGB value is (203,166,221). Sum of RGB (Red+Green+Blue) = 203+166+221=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6DD is #345922. Grayscale: #B7B7B7. Windows color (decimal): -3430691 or 14526155. OLE color: 14526155.

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

Color convert

RGB 203 166 221 -
CMYK 0.08 0.25 0 0.13
HSL 280.36º 0.45% 0.76% -
HSV(B) 280.36º 0.25% 0.87% -
XYZ 51.32 45.19 74.42 -
YUV 183.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 203 166 221 0.08 0.25 0 0.13 280.36 0.45 0.76
Hex CB A6 DD 8 19 0 D 118 2D 4C
Octal 313 246 335 10 31 0 15 430 55 114
Binary 11001011 10100110 11011101 1000 11001 0 1101 100011000 101101 1001100

Color Harmonies of #CBA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA6DD

Black with #CBA6DD

Text Example


Text Example

White with #CBA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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