Html Css Color HEX #CA9AE2 Wisteria

📋 copy color: '#CA9AE2'

red 202 ◦ green 154 ◦ blue 226

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

Shades of Wisteria #CA9AE2

Tints of Wisteria #CA9AE2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 34.71%
G = 26.46%
B = 38.83%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA9AE2 (or 0xCA9AE2) is known color: Wisteria. HEX triplet: CA, 9A and E2. RGB value is (202,154,226). Sum of RGB (Red+Green+Blue) = 202+154+226=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA9AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AE2 is #35651D. Grayscale: #B0B0B0. Windows color (decimal): -3499294 or 14850762. OLE color: 14850762.

HSL color Cylindrical-coordinate representation of color #CA9AE2: hue angle of 280º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9AE2 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 154 226 -
CMYK 0.11 0.32 0 0.11
HSL 280º 0.55% 0.75% -
HSV(B) 280º 0.32% 0.89% -
XYZ 49.64 41.16 77.28 -
YUV 176.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 202 154 226 0.11 0.32 0 0.11 280 0.55 0.75
Hex CA 9A E2 B 20 0 B 118 37 4B
Octal 312 232 342 13 40 0 13 430 67 113
Binary 11001010 10011010 11100010 1011 100000 0 1011 100011000 110111 1001011

Color Harmonies of #CA9AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9AE2

Black with #CA9AE2

Text Example


Text Example

White with #CA9AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9AE2; }

 p { color: rgb(202,154,226); }

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

background-color css

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

 a { background-color: rgb(202,154,226); }

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

border-color css

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

 span { border-color: rgb(202,154,226); }

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