#CA92D6

Color #CA92D6 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CA92D6

Tints of Wisteria #CA92D6

Color information

#CA92D6 (or 0xCA92D6) is unknown color: approx Wisteria. HEX triplet: CA, 92 and D6. RGB value is (202,146,214). Sum of RGB (Red+Green+Blue) = 202+146+214=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92D6 is #356D29. Grayscale: #AAAAAA. Windows color (decimal): -3501354 or 14062282. OLE color: 14062282.

HSL color Cylindrical-coordinate representation of color #CA92D6: hue angle of 289.41º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA92D6 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202146214-
CMYK0.060.3200.16
HSL289.41º45.33%70.59%-
HSV(B)289.41º31.78%83.92%-
XYZ46.7737.9768.48-
YUV170.5152.55150.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=35.94%
G=25.98%
B=38.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021462140.060.3200.16289.4145.3370.59
HexCA92D66200101212d47
Octal31222232664002044155107
Binary1100101010010010110101101101000000100001001000011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92D6; }

 p { color: rgb(202,146,214); }

 H1.HeaderClassName
 {
   color: #CA92D6;
 }
 .AnyTagClassName
 {
   color: #CA92D6;
 }
</style>
background-color css

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

 a { background-color: rgb(202,146,214); }

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

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

 span { border-color: rgb(202,146,214); }

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