#C692D5

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

Shades of Wisteria #C692D5

Tints of Wisteria #C692D5

Color information

#C692D5 (or 0xC692D5) is unknown color: approx Wisteria. HEX triplet: C6, 92 and D5. RGB value is (198,146,213). Sum of RGB (Red+Green+Blue) = 198+146+213=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #C692D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692D5 is #396D2A. Grayscale: #A8A8A8. Windows color (decimal): -3763499 or 13996742. OLE color: 13996742.

HSL color Cylindrical-coordinate representation of color #C692D5: hue angle of 286.57º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C692D5 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198146213-
CMYK0.070.3100.16
HSL286.57º44.37%70.39%-
HSV(B)286.57º31.46%83.53%-
XYZ45.5837.3767.76-
YUV169.19152.73148.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.55%
GREEN value IS 146 (57.42% from 255) = 26.21%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=35.55%
G=26.21%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981462130.070.3100.16286.5744.3770.39
HexC692D571F01011f2c46
Octal30622232573702043754106
Binary110001101001001011010101111111110100001000111111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692D5; }

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

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

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

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

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

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

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

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