Html Css Color HEX #CA9EDC Wisteria

📋 copy color: '#CA9EDC'

red 202 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #CA9EDC

Tints of Wisteria #CA9EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 34.83%
G = 27.24%
B = 37.93%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9EDC (or 0xCA9EDC) is known color: Wisteria. HEX triplet: CA, 9E and DC. RGB value is (202,158,220). Sum of RGB (Red+Green+Blue) = 202+158+220=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDC is #356123. Grayscale: #B2B2B2. Windows color (decimal): -3498276 or 14458570. OLE color: 14458570.

HSL color Cylindrical-coordinate representation of color #CA9EDC: hue angle of 282.58º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9EDC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 158 220 -
CMYK 0.08 0.28 0 0.14
HSL 282.58º 0.47% 0.74% -
HSV(B) 282.58º 0.28% 0.86% -
XYZ 49.5 42.18 73.24 -
YUV 178.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 202 158 220 0.08 0.28 0 0.14 282.58 0.47 0.74
Hex CA 9E DC 8 1C 0 E 11B 2F 4A
Octal 312 236 334 10 34 0 16 433 57 112
Binary 11001010 10011110 11011100 1000 11100 0 1110 100011011 101111 1001010

Color Harmonies of #CA9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9EDC

Black with #CA9EDC

Text Example


Text Example

White with #CA9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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