#C692DA

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

Shades of Wisteria #C692DA

Tints of Wisteria #C692DA

Color information

#C692DA (or 0xC692DA) is unknown color: approx Wisteria. HEX triplet: C6, 92 and DA. RGB value is (198,146,218). Sum of RGB (Red+Green+Blue) = 198+146+218=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C692DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692DA is #396D25. Grayscale: #A9A9A9. Windows color (decimal): -3763494 or 14324422. OLE color: 14324422.

HSL color Cylindrical-coordinate representation of color #C692DA: hue angle of 283.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C692DA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198146218-
CMYK0.090.3300.15
HSL283.33º49.32%71.37%-
HSV(B)283.33º33.03%85.49%-
XYZ46.2237.6371.16-
YUV169.76155.23148.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 146 (57.42% from 255) = 25.98%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=35.23%
G=25.98%
B=38.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981462180.090.3300.15283.3349.3271.37
HexC692DA9210F11b3147
Octal306222332114101743361107
Binary1100011010010010110110101001100001011111000110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692DA; }

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

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

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

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

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

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

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

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