#C693DA

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

Shades of Wisteria #C693DA

Tints of Wisteria #C693DA

Color information

#C693DA (or 0xC693DA) is unknown color: approx Wisteria. HEX triplet: C6, 93 and DA. RGB value is (198,147,218). Sum of RGB (Red+Green+Blue) = 198+147+218=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C693DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693DA is #396C25. Grayscale: #AAAAAA. Windows color (decimal): -3763238 or 14324678. OLE color: 14324678.

HSL color Cylindrical-coordinate representation of color #C693DA: hue angle of 283.1º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C693DA is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB198147218-
CMYK0.090.3300.15
HSL283.1º48.97%71.57%-
HSV(B)283.1º32.57%85.49%-
XYZ46.3837.9471.21-
YUV170.34154.9147.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.17%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=35.17%
G=26.11%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981472180.090.3300.15283.148.9771.57
HexC693DA9210F11b3148
Octal306223332114101743361110
Binary1100011010010011110110101001100001011111000110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C693DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C693DA; }

 p { color: rgb(198,147,218); }

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

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

 a { background-color: rgb(198,147,218); }

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

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

 span { border-color: rgb(198,147,218); }

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