#C68FFF

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

Shades of Wisteria #C68FFF

Tints of Wisteria #C68FFF

Color information

#C68FFF (or 0xC68FFF) is unknown color: approx Wisteria. HEX triplet: C6, 8F and FF. RGB value is (198,143,255). Sum of RGB (Red+Green+Blue) = 198+143+255=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C68FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FFF is #397000. Grayscale: #ABABAB. Windows color (decimal): -3764225 or 16748486. OLE color: 16748486.

HSL color Cylindrical-coordinate representation of color #C68FFF: hue angle of 269.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C68FFF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB198143255-
CMYK0.220.4400
HSL269.46º100%78.04%-
HSV(B)269.46º43.92%100%-
XYZ51.1638.8799.41-
YUV172.21174.72146.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 143 (56.25% from 255) = 23.99%
BLUE value IS 255 (100% from 255) = 42.79%
R=33.22%
G=23.99%
B=42.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1981432550.220.4400269.4610078.04
HexC68FFF162C0010d644e
Octal306217377265400415144116
Binary110001101000111111111111101101011000010000110111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FFF; }

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

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

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

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

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

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

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

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