Html Css Color HEX #CA9CDC Wisteria

📋 copy color: '#CA9CDC'

red 202 ◦ green 156 ◦ blue 220

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

Shades of Wisteria #CA9CDC

Tints of Wisteria #CA9CDC

RGB

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

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

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

R = 34.95%
G = 26.99%
B = 38.06%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA9CDC (or 0xCA9CDC) is known color: Wisteria. HEX triplet: CA, 9C and DC. RGB value is (202,156,220). Sum of RGB (Red+Green+Blue) = 202+156+220=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CDC is #356323. Grayscale: #B0B0B0. Windows color (decimal): -3498788 or 14458058. OLE color: 14458058.

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

Color convert

RGB 202 156 220 -
CMYK 0.08 0.29 0 0.14
HSL 283.13º 0.48% 0.74% -
HSV(B) 283.13º 0.29% 0.86% -
XYZ 49.16 41.5 73.13 -
YUV 177.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 202 156 220 0.08 0.29 0 0.14 283.13 0.48 0.74
Hex CA 9C DC 8 1D 0 E 11B 30 4A
Octal 312 234 334 10 35 0 16 433 60 112
Binary 11001010 10011100 11011100 1000 11101 0 1110 100011011 110000 1001010

Color Harmonies of #CA9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CDC

Black with #CA9CDC

Text Example


Text Example

White with #CA9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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