#C690FA

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

Shades of Wisteria #C690FA

Tints of Wisteria #C690FA

Color information

#C690FA (or 0xC690FA) is unknown color: approx Wisteria. HEX triplet: C6, 90 and FA. RGB value is (198,144,250). Sum of RGB (Red+Green+Blue) = 198+144+250=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 144 (56.64% from 255 or 24.32% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C690FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C690FA is #396F05. Grayscale: #ABABAB. Windows color (decimal): -3763974 or 16421062. OLE color: 16421062.

HSL color Cylindrical-coordinate representation of color #C690FA: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C690FA is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198144250-
CMYK0.210.4200.02
HSL270.57º91.38%77.25%-
HSV(B)270.57º42.4%98.04%-
XYZ50.5238.8595.28-
YUV172.23171.89146.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 144 (56.64% from 255) = 24.32%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=33.45%
G=24.32%
B=42.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981442500.210.4200.02270.5791.3877.25
HexC690FA152A0210f5b4d
Octal306220372255202417133115
Binary1100011010010000111110101010110101001010000111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C690FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C690FA; }

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

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

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

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

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

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

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

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