Html Css Color HEX #CA9EE1 Wisteria

📋 copy color: '#CA9EE1'

red 202 ◦ green 158 ◦ blue 225

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

Shades of Wisteria #CA9EE1

Tints of Wisteria #CA9EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.46%

R = 34.53%
G = 27.01%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CA9EE1 (or 0xCA9EE1) is known color: Wisteria. HEX triplet: CA, 9E and E1. RGB value is (202,158,225). Sum of RGB (Red+Green+Blue) = 202+158+225=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA9EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EE1 is #35611E. Grayscale: #B2B2B2. Windows color (decimal): -3498271 or 14786250. OLE color: 14786250.

HSL color Cylindrical-coordinate representation of color #CA9EE1: hue angle of 279.4º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9EE1 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 158 225 -
CMYK 0.10 0.30 0 0.12
HSL 279.4º 0.53% 0.75% -
HSV(B) 279.4º 0.3% 0.88% -
XYZ 50.17 42.45 76.78 -
YUV 178.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 202 158 225 0.10 0.30 0 0.12 279.4 0.53 0.75
Hex CA 9E E1 A 1E 0 C 117 35 4B
Octal 312 236 341 12 36 0 14 427 65 113
Binary 11001010 10011110 11100001 1010 11110 0 1100 100010111 110101 1001011

Color Harmonies of #CA9EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EE1

Black with #CA9EE1

Text Example


Text Example

White with #CA9EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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