Html Css Color HEX #CA9ED5 Wisteria

📋 copy color: '#CA9ED5'

red 202 ◦ green 158 ◦ blue 213

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

Shades of Wisteria #CA9ED5

Tints of Wisteria #CA9ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.17%

R = 35.25%
G = 27.57%
B = 37.17%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA9ED5 (or 0xCA9ED5) is known color: Wisteria. HEX triplet: CA, 9E and D5. RGB value is (202,158,213). Sum of RGB (Red+Green+Blue) = 202+158+213=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ED5 is #35612A. Grayscale: #B1B1B1. Windows color (decimal): -3498283 or 13999818. OLE color: 13999818.

HSL color Cylindrical-coordinate representation of color #CA9ED5: hue angle of 288º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9ED5 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 158 213 -
CMYK 0.05 0.26 0 0.16
HSL 288º 0.4% 0.73% -
HSV(B) 288º 0.26% 0.84% -
XYZ 48.59 41.81 68.46 -
YUV 177.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 202 158 213 0.05 0.26 0 0.16 288 0.4 0.73
Hex CA 9E D5 5 1A 0 10 120 28 49
Octal 312 236 325 5 32 0 20 440 50 111
Binary 11001010 10011110 11010101 101 11010 0 10000 100100000 101000 1001001

Color Harmonies of #CA9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ED5

Black with #CA9ED5

Text Example


Text Example

White with #CA9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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