#C690FF

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

Shades of Wisteria #C690FF

Tints of Wisteria #C690FF

Color information

#C690FF (or 0xC690FF) is unknown color: approx Wisteria. HEX triplet: C6, 90 and FF. RGB value is (198,144,255). Sum of RGB (Red+Green+Blue) = 198+144+255=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C690FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690FF is #396F00. Grayscale: #ACACAC. Windows color (decimal): -3763969 or 16748742. OLE color: 16748742.

HSL color Cylindrical-coordinate representation of color #C690FF: hue angle of 269.19º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C690FF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198144255-
CMYK0.220.4400
HSL269.19º100%78.24%-
HSV(B)269.19º43.53%100%-
XYZ51.3139.1799.46-
YUV172.8174.39145.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 144 (56.64% from 255) = 24.12%
BLUE value IS 255 (100% from 255) = 42.71%
R=33.17%
G=24.12%
B=42.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981442550.220.4400269.1910078.24
HexC690FF162C0010d644e
Octal306220377265400415144116
Binary110001101001000011111111101101011000010000110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690FF; }

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

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

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

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

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

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

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

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