#C690DE

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

Shades of Wisteria #C690DE

Tints of Wisteria #C690DE

Color information

#C690DE (or 0xC690DE) is unknown color: approx Wisteria. HEX triplet: C6, 90 and DE. RGB value is (198,144,222). Sum of RGB (Red+Green+Blue) = 198+144+222=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #C690DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690DE is #396F21. Grayscale: #A8A8A8. Windows color (decimal): -3764002 or 14586054. OLE color: 14586054.

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

Color convert

RGB198144222-
CMYK0.110.3500.13
HSL281.54º54.17%71.76%-
HSV(B)281.54º35.14%87.06%-
XYZ46.4537.2373.84-
YUV169.04157.89148.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.11%
GREEN value IS 144 (56.64% from 255) = 25.53%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=35.11%
G=25.53%
B=39.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981442220.110.3500.13281.5454.1771.76
HexC690DEB230D11a3648
Octal306220336134301543266110
Binary1100011010010000110111101011100011011011000110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690DE; }

 p { color: rgb(198,144,222); }

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

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

 a { background-color: rgb(198,144,222); }

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

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

 span { border-color: rgb(198,144,222); }

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