#C68EDC

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

Shades of Wisteria #C68EDC

Tints of Wisteria #C68EDC

Color information

#C68EDC (or 0xC68EDC) is unknown color: approx Wisteria. HEX triplet: C6, 8E and DC. RGB value is (198,142,220). Sum of RGB (Red+Green+Blue) = 198+142+220=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C68EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDC is #397123. Grayscale: #A7A7A7. Windows color (decimal): -3764516 or 14454470. OLE color: 14454470.

HSL color Cylindrical-coordinate representation of color #C68EDC: hue angle of 283.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68EDC is Cyan = 0.1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198142220-
CMYK0.10.3500.14
HSL283.08º52.7%70.98%-
HSV(B)283.08º35.45%86.27%-
XYZ45.8836.5272.34-
YUV167.64157.55149.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 142 (55.86% from 255) = 25.36%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=35.36%
G=25.36%
B=39.29%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981422200.10.3500.14283.0852.770.98
HexC68EDCA230E11b3547
Octal306216334124301643365107
Binary1100011010001110110111001010100011011101000110111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68EDC; }

 p { color: rgb(198,142,220); }

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

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

 a { background-color: rgb(198,142,220); }

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

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

 span { border-color: rgb(198,142,220); }

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