#c68fe6

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

Shades of Wisteria #C68FE6

Tints of Wisteria #C68FE6

Color information

#C68FE6 (or 0xC68FE6) is unknown color: approx Wisteria. HEX triplet: C6, 8F and E6. RGB value is (198,143,230). Sum of RGB (Red+Green+Blue) = 198+143+230=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #C68FE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FE6 is #397019. Grayscale: #A9A9A9. Windows color (decimal): -3764250 or 15110086. OLE color: 15110086.

HSL color Cylindrical-coordinate representation of color #C68FE6: hue angle of 277.93º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C68FE6 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB198143230-
CMYK0.140.3800.10
HSL277.93º63.5%73.14%-
HSV(B)277.93º37.83%90.2%-
XYZ47.3937.3679.58-
YUV169.36162.22148.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 143 (56.25% from 255) = 25.04%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=34.68%
G=25.04%
B=40.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981432300.140.3800.10277.9363.573.14
HexC68FE6E260A1164049
Octal3062173461646012426100111
Binary11000110100011111110011011101001100101010001011010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68fe6; }

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

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

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

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

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

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

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

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