#C68DFC

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

Shades of Wisteria #C68DFC

Tints of Wisteria #C68DFC

Color information

#C68DFC (or 0xC68DFC) is unknown color: approx Wisteria. HEX triplet: C6, 8D and FC. RGB value is (198,141,252). Sum of RGB (Red+Green+Blue) = 198+141+252=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 141 (55.47% from 255 or 23.86% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #C68DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DFC is #397203. Grayscale: #AAAAAA. Windows color (decimal): -3764740 or 16551366. OLE color: 16551366.

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

Color convert

RGB198141252-
CMYK0.210.4400.01
HSL270.81º94.87%77.06%-
HSV(B)270.81º44.05%98.82%-
XYZ50.3838.0896.79-
YUV170.7173.88147.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.50%
GREEN value IS 141 (55.47% from 255) = 23.86%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=33.50%
G=23.86%
B=42.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1981412520.210.4400.01270.8194.8777.06
HexC68DFC152C0110f5f4d
Octal306215374255401417137115
Binary110001101000110111111100101011011000110000111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DFC; }

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

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

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

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

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

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

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

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