#C692DD

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

Shades of Wisteria #C692DD

Tints of Wisteria #C692DD

Color information

#C692DD (or 0xC692DD) is unknown color: approx Wisteria. HEX triplet: C6, 92 and DD. RGB value is (198,146,221). Sum of RGB (Red+Green+Blue) = 198+146+221=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C692DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DD is #396D22. Grayscale: #A9A9A9. Windows color (decimal): -3763491 or 14521030. OLE color: 14521030.

HSL color Cylindrical-coordinate representation of color #C692DD: hue angle of 281.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C692DD is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198146221-
CMYK0.100.3400.13
HSL281.6º52.45%71.96%-
HSV(B)281.6º33.94%86.67%-
XYZ46.6237.7873.24-
YUV170.1156.73147.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.04%
GREEN value IS 146 (57.42% from 255) = 25.84%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=35.04%
G=25.84%
B=39.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981462210.100.3400.13281.652.4571.96
HexC692DDA220D11a3448
Octal306222335124201543264110
Binary1100011010010010110111011010100010011011000110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692DD; }

 p { color: rgb(198,146,221); }

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

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

 a { background-color: rgb(198,146,221); }

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

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

 span { border-color: rgb(198,146,221); }

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