#C68BEB

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

Shades of Wisteria #C68BEB

Tints of Wisteria #C68BEB

Color information

#C68BEB (or 0xC68BEB) is unknown color: approx Wisteria. HEX triplet: C6, 8B and EB. RGB value is (198,139,235). Sum of RGB (Red+Green+Blue) = 198+139+235=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BEB is #397414. Grayscale: #A7A7A7. Windows color (decimal): -3765269 or 15436742. OLE color: 15436742.

HSL color Cylindrical-coordinate representation of color #C68BEB: hue angle of 276.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68BEB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198139235-
CMYK0.160.4100.08
HSL276.88º70.59%73.33%-
HSV(B)276.88º40.85%92.16%-
XYZ47.5236.4783.13-
YUV167.58166.05149.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.62%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 235 (92.19% from 255) = 41.08%
R=34.62%
G=24.30%
B=41.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981392350.160.4100.08276.8870.5973.33
HexC68BEB1029081154749
Octal3062133532051010425107111
Binary110001101000101111101011100001010010100010001010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BEB; }

 p { color: rgb(198,139,235); }

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

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

 a { background-color: rgb(198,139,235); }

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

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

 span { border-color: rgb(198,139,235); }

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