Html Css Color HEX #CA95E9 Wisteria

📋 copy color: '#CA95E9'

red 202 ◦ green 149 ◦ blue 233

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

Shades of Wisteria #CA95E9

Tints of Wisteria #CA95E9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.51%

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

R = 34.59%
G = 25.51%
B = 39.9%

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

#CA95E9 (or 0xCA95E9) is known color: Wisteria. HEX triplet: CA, 95 and E9. RGB value is (202,149,233). Sum of RGB (Red+Green+Blue) = 202+149+233=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA95E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA95E9 is #356A16. Grayscale: #AEAEAE. Windows color (decimal): -3500567 or 15308234. OLE color: 15308234.

HSL color Cylindrical-coordinate representation of color #CA95E9: hue angle of 277.86º degrees, saturation: 0.66, 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 #CA95E9 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 149 233 -
CMYK 0.13 0.36 0 0.09
HSL 277.86º 0.66% 0.75% -
HSV(B) 277.86º 0.36% 0.91% -
XYZ 49.81 39.93 82.17 -
YUV 174.42 161.06 147.67 -
System Red Green Blue C M Y K H S L
Decimal 202 149 233 0.13 0.36 0 0.09 277.86 0.66 0.75
Hex CA 95 E9 D 24 0 9 116 42 4B
Octal 312 225 351 15 44 0 11 426 102 113
Binary 11001010 10010101 11101001 1101 100100 0 1001 100010110 1000010 1001011

Color Harmonies of #CA95E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA95E9

Black with #CA95E9

Text Example


Text Example

White with #CA95E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA95E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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