Html Css Color HEX #CBA4DA Wisteria

📋 copy color: '#CBA4DA'

red 203 ◦ green 164 ◦ blue 218

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

Shades of Wisteria #CBA4DA

Tints of Wisteria #CBA4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 34.7%
G = 28.03%
B = 37.26%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CBA4DA (or 0xCBA4DA) is known color: Wisteria. HEX triplet: CB, A4 and DA. RGB value is (203,164,218). Sum of RGB (Red+Green+Blue) = 203+164+218=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA4DA is #345B25. Grayscale: #B5B5B5. Windows color (decimal): -3431206 or 14329035. OLE color: 14329035.

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

Color convert

RGB 203 164 218 -
CMYK 0.07 0.25 0 0.15
HSL 283.33º 0.42% 0.75% -
HSV(B) 283.33º 0.25% 0.85% -
XYZ 50.56 44.31 72.22 -
YUV 181.82 148.42 143.11 -
System Red Green Blue C M Y K H S L
Decimal 203 164 218 0.07 0.25 0 0.15 283.33 0.42 0.75
Hex CB A4 DA 7 19 0 F 11B 2A 4B
Octal 313 244 332 7 31 0 17 433 52 113
Binary 11001011 10100100 11011010 111 11001 0 1111 100011011 101010 1001011

Color Harmonies of #CBA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA4DA

Black with #CBA4DA

Text Example


Text Example

White with #CBA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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