Html Css Color HEX #CA9CDD Wisteria

📋 copy color: '#CA9CDD'

red 202 ◦ green 156 ◦ blue 221

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

Shades of Wisteria #CA9CDD

Tints of Wisteria #CA9CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 34.89%
G = 26.94%
B = 38.17%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA9CDD (or 0xCA9CDD) is known color: Wisteria. HEX triplet: CA, 9C and DD. RGB value is (202,156,221). Sum of RGB (Red+Green+Blue) = 202+156+221=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDD is #356322. Grayscale: #B0B0B0. Windows color (decimal): -3498787 or 14523594. OLE color: 14523594.

HSL color Cylindrical-coordinate representation of color #CA9CDD: hue angle of 282.46º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9CDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 156 221 -
CMYK 0.09 0.29 0 0.13
HSL 282.46º 0.49% 0.74% -
HSV(B) 282.46º 0.29% 0.87% -
XYZ 49.3 41.55 73.83 -
YUV 177.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 202 156 221 0.09 0.29 0 0.13 282.46 0.49 0.74
Hex CA 9C DD 9 1D 0 D 11A 31 4A
Octal 312 234 335 11 35 0 15 432 61 112
Binary 11001010 10011100 11011101 1001 11101 0 1101 100011010 110001 1001010

Color Harmonies of #CA9CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CDD

Black with #CA9CDD

Text Example


Text Example

White with #CA9CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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