#C695DC

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

Shades of Wisteria #C695DC

Tints of Wisteria #C695DC

Color information

#C695DC (or 0xC695DC) is unknown color: approx Wisteria. HEX triplet: C6, 95 and DC. RGB value is (198,149,220). Sum of RGB (Red+Green+Blue) = 198+149+220=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #C695DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695DC is #396A23. Grayscale: #ABABAB. Windows color (decimal): -3762724 or 14456262. OLE color: 14456262.

HSL color Cylindrical-coordinate representation of color #C695DC: hue angle of 281.41º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C695DC is Cyan = 0.1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198149220-
CMYK0.10.3200.14
HSL281.41º50.35%72.35%-
HSV(B)281.41º32.27%86.27%-
XYZ46.9538.6772.7-
YUV171.74155.23146.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=34.92%
G=26.28%
B=38.80%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981492200.10.3200.14281.4150.3572.35
HexC695DCA200E1193248
Octal306225334124001643162110
Binary1100011010010101110111001010100000011101000110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C695DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C695DC; }

 p { color: rgb(198,149,220); }

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

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

 a { background-color: rgb(198,149,220); }

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

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

 span { border-color: rgb(198,149,220); }

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