#C692D4

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

Shades of Wisteria #C692D4

Tints of Wisteria #C692D4

Color information

#C692D4 (or 0xC692D4) is unknown color: approx Wisteria. HEX triplet: C6, 92 and D4. RGB value is (198,146,212). Sum of RGB (Red+Green+Blue) = 198+146+212=556 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.61% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #C692D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692D4 is #396D2B. Grayscale: #A8A8A8. Windows color (decimal): -3763500 or 13931206. OLE color: 13931206.

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

Color convert

RGB198146212-
CMYK0.070.3100.17
HSL287.27º43.42%70.2%-
HSV(B)287.27º31.13%83.14%-
XYZ45.4537.3267.09-
YUV169.07152.23148.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.61%
GREEN value IS 146 (57.42% from 255) = 26.26%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=35.61%
G=26.26%
B=38.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1981462120.070.3100.17287.2743.4270.2
HexC692D471F01111f2b46
Octal30622232473702143753106
Binary110001101001001011010100111111110100011000111111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692D4; }

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

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

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

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

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

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

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

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