#C68FEF

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

Shades of Wisteria #C68FEF

Tints of Wisteria #C68FEF

Color information

#C68FEF (or 0xC68FEF) is unknown color: approx Wisteria. HEX triplet: C6, 8F and EF. RGB value is (198,143,239). Sum of RGB (Red+Green+Blue) = 198+143+239=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #C68FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68FEF is #397010. Grayscale: #AAAAAA. Windows color (decimal): -3764241 or 15699910. OLE color: 15699910.

HSL color Cylindrical-coordinate representation of color #C68FEF: hue angle of 274.38º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68FEF is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198143239-
CMYK0.170.4000.06
HSL274.38º75%74.9%-
HSV(B)274.38º40.17%93.73%-
XYZ48.6937.8886.41-
YUV170.39166.72147.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.14%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 239 (93.75% from 255) = 41.21%
R=34.14%
G=24.66%
B=41.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981432390.170.4000.06274.387574.9
HexC68FEF1128061124b4b
Octal306217357215006422113113
Binary11000110100011111110111110001101000011010001001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FEF; }

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

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

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

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

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

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

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

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