Html Css Color HEX #CA9EE9 Wisteria

📋 copy color: '#CA9EE9'

red 202 ◦ green 158 ◦ blue 233

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

Shades of Wisteria #CA9EE9

Tints of Wisteria #CA9EE9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.64%

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

R = 34.06%
G = 26.64%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA9EE9 (or 0xCA9EE9) is known color: Wisteria. HEX triplet: CA, 9E and E9. RGB value is (202,158,233). Sum of RGB (Red+Green+Blue) = 202+158+233=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EE9 is #356116. Grayscale: #B3B3B3. Windows color (decimal): -3498263 or 15310538. OLE color: 15310538.

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

Color convert

RGB 202 158 233 -
CMYK 0.13 0.32 0 0.09
HSL 275.2º 0.63% 0.77% -
HSV(B) 275.2º 0.32% 0.91% -
XYZ 51.29 42.89 82.67 -
YUV 179.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 202 158 233 0.13 0.32 0 0.09 275.2 0.63 0.77
Hex CA 9E E9 D 20 0 9 113 3F 4D
Octal 312 236 351 15 40 0 11 423 77 115
Binary 11001010 10011110 11101001 1101 100000 0 1001 100010011 111111 1001101

Color Harmonies of #CA9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EE9

Black with #CA9EE9

Text Example


Text Example

White with #CA9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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