#C692E0

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

Shades of Wisteria #C692E0

Tints of Wisteria #C692E0

Color information

#C692E0 (or 0xC692E0) is unknown color: approx Wisteria. HEX triplet: C6, 92 and E0. RGB value is (198,146,224). Sum of RGB (Red+Green+Blue) = 198+146+224=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 224 - color contains mainly: blue. Hex color #C692E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C692E0 is #396D1F. Grayscale: #AAAAAA. Windows color (decimal): -3763488 or 14717638. OLE color: 14717638.

HSL color Cylindrical-coordinate representation of color #C692E0: hue angle of 280º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C692E0 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB198146224-
CMYK0.120.3500.12
HSL280º55.71%72.55%-
HSV(B)280º34.82%87.84%-
XYZ47.0237.9575.37-
YUV170.44158.23147.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 224 (87.89% from 255) = 39.44%
R=34.86%
G=25.70%
B=39.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1981462240.120.3500.1228055.7172.55
HexC692E0C230C1183849
Octal306222340144301443070111
Binary1100011010010010111000001100100011011001000110001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C692E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C692E0; }

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

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

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

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

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

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

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

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