Html Css Color HEX #CA9FDD Wisteria

📋 copy color: '#CA9FDD'

red 202 ◦ green 159 ◦ blue 221

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

Shades of Wisteria #CA9FDD

Tints of Wisteria #CA9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.32%

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

R = 34.71%
G = 27.32%
B = 37.97%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA9FDD (or 0xCA9FDD) is known color: Wisteria. HEX triplet: CA, 9F and DD. RGB value is (202,159,221). Sum of RGB (Red+Green+Blue) = 202+159+221=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDD is #356022. Grayscale: #B2B2B2. Windows color (decimal): -3498019 or 14524362. OLE color: 14524362.

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

Color convert

RGB 202 159 221 -
CMYK 0.09 0.28 0 0.13
HSL 281.61º 0.48% 0.75% -
HSV(B) 281.61º 0.28% 0.87% -
XYZ 49.81 42.57 74 -
YUV 178.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 202 159 221 0.09 0.28 0 0.13 281.61 0.48 0.75
Hex CA 9F DD 9 1C 0 D 11A 30 4B
Octal 312 237 335 11 34 0 15 432 60 113
Binary 11001010 10011111 11011101 1001 11100 0 1101 100011010 110000 1001011

Color Harmonies of #CA9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FDD

Black with #CA9FDD

Text Example


Text Example

White with #CA9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FDD; }

 p { color: rgb(202,159,221); }

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

background-color css

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

 a { background-color: rgb(202,159,221); }

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

border-color css

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

 span { border-color: rgb(202,159,221); }

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