Html Css Color HEX #CA9DD9 Wisteria

📋 copy color: '#CA9DD9'

red 202 ◦ green 157 ◦ blue 217

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

Shades of Wisteria #CA9DD9

Tints of Wisteria #CA9DD9

RGB

 RED value IS 202 (79.3% from 255) = 35.07%

 GREEN value IS 157 (61.72% from 255) = 27.26%

 BLUE value IS 217 (85.16% from 255) = 37.67%

R = 35.07%
G = 27.26%
B = 37.67%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA9DD9 (or 0xCA9DD9) is known color: Wisteria. HEX triplet: CA, 9D and D9. RGB value is (202,157,217). Sum of RGB (Red+Green+Blue) = 202+157+217=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 217 (85.16% from 255 or 37.67% from 576); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DD9 is #356226. Grayscale: #B1B1B1. Windows color (decimal): -3498535 or 14261706. OLE color: 14261706.

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

Color convert

RGB 202 157 217 -
CMYK 0.07 0.28 0 0.15
HSL 285º 0.44% 0.73% -
HSV(B) 285º 0.28% 0.85% -
XYZ 48.94 41.68 71.11 -
YUV 177.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 202 157 217 0.07 0.28 0 0.15 285 0.44 0.73
Hex CA 9D D9 7 1C 0 F 11D 2C 49
Octal 312 235 331 7 34 0 17 435 54 111
Binary 11001010 10011101 11011001 111 11100 0 1111 100011101 101100 1001001

Color Harmonies of #CA9DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DD9

Black with #CA9DD9

Text Example


Text Example

White with #CA9DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DD9; }

 p { color: rgb(202,157,217); }

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

background-color css

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

 a { background-color: rgb(202,157,217); }

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

border-color css

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

 span { border-color: rgb(202,157,217); }

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