#C68FDA

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

Shades of Wisteria #C68FDA

Tints of Wisteria #C68FDA

Color information

#C68FDA (or 0xC68FDA) is unknown color: approx Wisteria. HEX triplet: C6, 8F and DA. RGB value is (198,143,218). Sum of RGB (Red+Green+Blue) = 198+143+218=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #C68FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FDA is #397025. Grayscale: #A7A7A7. Windows color (decimal): -3764262 or 14323654. OLE color: 14323654.

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

Color convert

RGB198143218-
CMYK0.090.3400.15
HSL284º50.34%70.78%-
HSV(B)284º34.4%85.49%-
XYZ45.7736.7171-
YUV167.99156.22149.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=35.42%
G=25.58%
B=39.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981432180.090.3400.1528450.3470.78
HexC68FDA9220F11c3247
Octal306217332114201743462107
Binary1100011010001111110110101001100010011111000111001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FDA; }

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

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

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

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

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

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

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

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