Html Css Color HEX #CA9CDA Wisteria

📋 copy color: '#CA9CDA'

red 202 ◦ green 156 ◦ blue 218

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

Shades of Wisteria #CA9CDA

Tints of Wisteria #CA9CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.08%

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

R = 35.07%
G = 27.08%
B = 37.85%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA9CDA (or 0xCA9CDA) is known color: Wisteria. HEX triplet: CA, 9C and DA. RGB value is (202,156,218). Sum of RGB (Red+Green+Blue) = 202+156+218=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 156 (61.33% from 255 or 27.08% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDA is #356325. Grayscale: #B0B0B0. Windows color (decimal): -3498790 or 14326986. OLE color: 14326986.

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

Color convert

RGB 202 156 218 -
CMYK 0.07 0.28 0 0.15
HSL 284.52º 0.46% 0.73% -
HSV(B) 284.52º 0.28% 0.85% -
XYZ 48.9 41.4 71.74 -
YUV 176.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 202 156 218 0.07 0.28 0 0.15 284.52 0.46 0.73
Hex CA 9C DA 7 1C 0 F 11D 2E 49
Octal 312 234 332 7 34 0 17 435 56 111
Binary 11001010 10011100 11011010 111 11100 0 1111 100011101 101110 1001001

Color Harmonies of #CA9CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CDA

Black with #CA9CDA

Text Example


Text Example

White with #CA9CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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