Html Css Color HEX #CA9ADA Wisteria

📋 copy color: '#CA9ADA'

red 202 ◦ green 154 ◦ blue 218

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

Shades of Wisteria #CA9ADA

Tints of Wisteria #CA9ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 35.19%
G = 26.83%
B = 37.98%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA9ADA (or 0xCA9ADA) is known color: Wisteria. HEX triplet: CA, 9A and DA. RGB value is (202,154,218). Sum of RGB (Red+Green+Blue) = 202+154+218=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ADA is #356525. Grayscale: #AFAFAF. Windows color (decimal): -3499302 or 14326474. OLE color: 14326474.

HSL color Cylindrical-coordinate representation of color #CA9ADA: hue angle of 285º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9ADA is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 154 218 -
CMYK 0.07 0.29 0 0.15
HSL 285º 0.46% 0.73% -
HSV(B) 285º 0.29% 0.85% -
XYZ 48.57 40.73 71.63 -
YUV 175.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 202 154 218 0.07 0.29 0 0.15 285 0.46 0.73
Hex CA 9A DA 7 1D 0 F 11D 2E 49
Octal 312 232 332 7 35 0 17 435 56 111
Binary 11001010 10011010 11011010 111 11101 0 1111 100011101 101110 1001001

Color Harmonies of #CA9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9ADA

Black with #CA9ADA

Text Example


Text Example

White with #CA9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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