Html Css Color HEX #CA9DE2 Wisteria

📋 copy color: '#CA9DE2'

red 202 ◦ green 157 ◦ blue 226

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

Shades of Wisteria #CA9DE2

Tints of Wisteria #CA9DE2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.84%

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

R = 34.53%
G = 26.84%
B = 38.63%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA9DE2 (or 0xCA9DE2) is known color: Wisteria. HEX triplet: CA, 9D and E2. RGB value is (202,157,226). Sum of RGB (Red+Green+Blue) = 202+157+226=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA9DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DE2 is #35621D. Grayscale: #B2B2B2. Windows color (decimal): -3498526 or 14851530. OLE color: 14851530.

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

Color convert

RGB 202 157 226 -
CMYK 0.11 0.31 0 0.11
HSL 279.13º 0.54% 0.75% -
HSV(B) 279.13º 0.31% 0.89% -
XYZ 50.14 42.16 77.45 -
YUV 178.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 202 157 226 0.11 0.31 0 0.11 279.13 0.54 0.75
Hex CA 9D E2 B 1F 0 B 117 36 4B
Octal 312 235 342 13 37 0 13 427 66 113
Binary 11001010 10011101 11100010 1011 11111 0 1011 100010111 110110 1001011

Color Harmonies of #CA9DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DE2

Black with #CA9DE2

Text Example


Text Example

White with #CA9DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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