Html Css Color HEX #CBA4DD Wisteria

📋 copy color: '#CBA4DD'

red 203 ◦ green 164 ◦ blue 221

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

Shades of Wisteria #CBA4DD

Tints of Wisteria #CBA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.89%

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

R = 34.52%
G = 27.89%
B = 37.59%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CBA4DD (or 0xCBA4DD) is known color: Wisteria. HEX triplet: CB, A4 and DD. RGB value is (203,164,221). Sum of RGB (Red+Green+Blue) = 203+164+221=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DD is #345B22. Grayscale: #B5B5B5. Windows color (decimal): -3431203 or 14525643. OLE color: 14525643.

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

Color convert

RGB 203 164 221 -
CMYK 0.08 0.26 0 0.13
HSL 281.05º 0.46% 0.75% -
HSV(B) 281.05º 0.26% 0.87% -
XYZ 50.96 44.47 74.3 -
YUV 182.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 203 164 221 0.08 0.26 0 0.13 281.05 0.46 0.75
Hex CB A4 DD 8 1A 0 D 119 2E 4B
Octal 313 244 335 10 32 0 15 431 56 113
Binary 11001011 10100100 11011101 1000 11010 0 1101 100011001 101110 1001011

Color Harmonies of #CBA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4DD

Black with #CBA4DD

Text Example


Text Example

White with #CBA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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