Html Css Color HEX #CA96EA Wisteria

📋 copy color: '#CA96EA'

red 202 ◦ green 150 ◦ blue 234

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

Shades of Wisteria #CA96EA

Tints of Wisteria #CA96EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 34.47%
G = 25.6%
B = 39.93%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA96EA (or 0xCA96EA) is known color: Wisteria. HEX triplet: CA, 96 and EA. RGB value is (202,150,234). Sum of RGB (Red+Green+Blue) = 202+150+234=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA96EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96EA is #356915. Grayscale: #AEAEAE. Windows color (decimal): -3500310 or 15374026. OLE color: 15374026.

HSL color Cylindrical-coordinate representation of color #CA96EA: hue angle of 277.14º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA96EA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 150 234 -
CMYK 0.14 0.36 0 0.08
HSL 277.14º 0.67% 0.75% -
HSV(B) 277.14º 0.36% 0.92% -
XYZ 50.11 40.31 82.98 -
YUV 175.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 202 150 234 0.14 0.36 0 0.08 277.14 0.67 0.75
Hex CA 96 EA E 24 0 8 115 43 4B
Octal 312 226 352 16 44 0 10 425 103 113
Binary 11001010 10010110 11101010 1110 100100 0 1000 100010101 1000011 1001011

Color Harmonies of #CA96EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96EA

Black with #CA96EA

Text Example


Text Example

White with #CA96EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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