Html Css Color HEX #CA9ED6 Wisteria

📋 copy color: '#CA9ED6'

red 202 ◦ green 158 ◦ blue 214

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

Shades of Wisteria #CA9ED6

Tints of Wisteria #CA9ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 35.19%
G = 27.53%
B = 37.28%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CA9ED6 (or 0xCA9ED6) is known color: Wisteria. HEX triplet: CA, 9E and D6. RGB value is (202,158,214). Sum of RGB (Red+Green+Blue) = 202+158+214=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 158 (62.11% from 255 or 27.53% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA9ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ED6 is #356129. Grayscale: #B1B1B1. Windows color (decimal): -3498282 or 14065354. OLE color: 14065354.

HSL color Cylindrical-coordinate representation of color #CA9ED6: hue angle of 287.14º degrees, saturation: 0.41, 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 #CA9ED6 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 158 214 -
CMYK 0.06 0.26 0 0.16
HSL 287.14º 0.41% 0.73% -
HSV(B) 287.14º 0.26% 0.84% -
XYZ 48.72 41.87 69.13 -
YUV 177.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 202 158 214 0.06 0.26 0 0.16 287.14 0.41 0.73
Hex CA 9E D6 6 1A 0 10 11F 29 49
Octal 312 236 326 6 32 0 20 437 51 111
Binary 11001010 10011110 11010110 110 11010 0 10000 100011111 101001 1001001

Color Harmonies of #CA9ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ED6

Black with #CA9ED6

Text Example


Text Example

White with #CA9ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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