#C68DFA

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

Shades of Wisteria #C68DFA

Tints of Wisteria #C68DFA

Color information

#C68DFA (or 0xC68DFA) is unknown color: approx Wisteria. HEX triplet: C6, 8D and FA. RGB value is (198,141,250). Sum of RGB (Red+Green+Blue) = 198+141+250=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #C68DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFA is #397205. Grayscale: #AAAAAA. Windows color (decimal): -3764742 or 16420294. OLE color: 16420294.

HSL color Cylindrical-coordinate representation of color #C68DFA: hue angle of 271.38º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68DFA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198141250-
CMYK0.210.4400.02
HSL271.38º91.6%76.67%-
HSV(B)271.38º43.6%98.04%-
XYZ50.0737.9695.13-
YUV170.47172.88147.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 250 (98.05% from 255) = 42.44%
R=33.62%
G=23.94%
B=42.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981412500.210.4400.02271.3891.676.67
HexC68DFA152C0210f5c4d
Octal306215372255402417134115
Binary1100011010001101111110101010110110001010000111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DFA; }

 p { color: rgb(198,141,250); }

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

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

 a { background-color: rgb(198,141,250); }

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

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

 span { border-color: rgb(198,141,250); }

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