Html Css Color HEX #CA96DD Wisteria

📋 copy color: '#CA96DD'

red 202 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #CA96DD

Tints of Wisteria #CA96DD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.18%

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

R = 35.25%
G = 26.18%
B = 38.57%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA96DD (or 0xCA96DD) is known color: Wisteria. HEX triplet: CA, 96 and DD. RGB value is (202,150,221). Sum of RGB (Red+Green+Blue) = 202+150+221=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA96DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96DD is #356922. Grayscale: #ADADAD. Windows color (decimal): -3500323 or 14522058. OLE color: 14522058.

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

Color convert

RGB 202 150 221 -
CMYK 0.09 0.32 0 0.13
HSL 283.94º 0.51% 0.73% -
HSV(B) 283.94º 0.32% 0.87% -
XYZ 48.31 39.59 73.5 -
YUV 173.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 202 150 221 0.09 0.32 0 0.13 283.94 0.51 0.73
Hex CA 96 DD 9 20 0 D 11C 33 49
Octal 312 226 335 11 40 0 15 434 63 111
Binary 11001010 10010110 11011101 1001 100000 0 1101 100011100 110011 1001001

Color Harmonies of #CA96DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96DD

Black with #CA96DD

Text Example


Text Example

White with #CA96DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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