Html Css Color HEX #CA96EE Wisteria

📋 copy color: '#CA96EE'

red 202 ◦ green 150 ◦ blue 238

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

Shades of Wisteria #CA96EE

Tints of Wisteria #CA96EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.34%

R = 34.24%
G = 25.42%
B = 40.34%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA96EE (or 0xCA96EE) is known color: Wisteria. HEX triplet: CA, 96 and EE. RGB value is (202,150,238). Sum of RGB (Red+Green+Blue) = 202+150+238=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA96EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96EE is #356911. Grayscale: #AFAFAF. Windows color (decimal): -3500306 or 15636170. OLE color: 15636170.

HSL color Cylindrical-coordinate representation of color #CA96EE: hue angle of 275.45º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA96EE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 150 238 -
CMYK 0.15 0.37 0 0.07
HSL 275.45º 0.72% 0.76% -
HSV(B) 275.45º 0.37% 0.93% -
XYZ 50.7 40.54 86.04 -
YUV 175.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 202 150 238 0.15 0.37 0 0.07 275.45 0.72 0.76
Hex CA 96 EE F 25 0 7 113 48 4C
Octal 312 226 356 17 45 0 7 423 110 114
Binary 11001010 10010110 11101110 1111 100101 0 111 100010011 1001000 1001100

Color Harmonies of #CA96EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96EE

Black with #CA96EE

Text Example


Text Example

White with #CA96EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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