Html Css Color HEX #CA96E9 Wisteria

📋 copy color: '#CA96E9'

red 202 ◦ green 150 ◦ blue 233

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

Shades of Wisteria #CA96E9

Tints of Wisteria #CA96E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.83%

R = 34.53%
G = 25.64%
B = 39.83%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA96E9 (or 0xCA96E9) is known color: Wisteria. HEX triplet: CA, 96 and E9. RGB value is (202,150,233). Sum of RGB (Red+Green+Blue) = 202+150+233=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA96E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96E9 is #356916. Grayscale: #AEAEAE. Windows color (decimal): -3500311 or 15308490. OLE color: 15308490.

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

Color convert

RGB 202 150 233 -
CMYK 0.13 0.36 0 0.09
HSL 277.59º 0.65% 0.75% -
HSV(B) 277.59º 0.36% 0.91% -
XYZ 49.97 40.25 82.23 -
YUV 175.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 202 150 233 0.13 0.36 0 0.09 277.59 0.65 0.75
Hex CA 96 E9 D 24 0 9 116 41 4B
Octal 312 226 351 15 44 0 11 426 101 113
Binary 11001010 10010110 11101001 1101 100100 0 1001 100010110 1000001 1001011

Color Harmonies of #CA96E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96E9

Black with #CA96E9

Text Example


Text Example

White with #CA96E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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