#C692FD

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

Shades of Wisteria #C692FD

Tints of Wisteria #C692FD

Color information

#C692FD (or 0xC692FD) is unknown color: approx Wisteria. HEX triplet: C6, 92 and FD. RGB value is (198,146,253). Sum of RGB (Red+Green+Blue) = 198+146+253=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #C692FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C692FD is #396D02. Grayscale: #ADADAD. Windows color (decimal): -3763459 or 16618182. OLE color: 16618182.

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

Color convert

RGB198146253-
CMYK0.220.4200.01
HSL269.16º96.4%78.24%-
HSV(B)269.16º42.29%99.22%-
XYZ51.339.6697.88-
YUV173.75172.73145.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.17%
GREEN value IS 146 (57.42% from 255) = 24.46%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=33.17%
G=24.46%
B=42.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981462530.220.4200.01269.1696.478.24
HexC692FD162A0110d604e
Octal306222375265201415140116
Binary110001101001001011111101101101010100110000110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692FD; }

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

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

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

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

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

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

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

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