#C68AEB

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

Shades of Wisteria #C68AEB

Tints of Wisteria #C68AEB

Color information

#C68AEB (or 0xC68AEB) is unknown color: approx Wisteria. HEX triplet: C6, 8A and EB. RGB value is (198,138,235). Sum of RGB (Red+Green+Blue) = 198+138+235=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AEB is #397514. Grayscale: #A6A6A6. Windows color (decimal): -3765525 or 15436486. OLE color: 15436486.

HSL color Cylindrical-coordinate representation of color #C68AEB: hue angle of 277.11º 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 #C68AEB is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB198138235-
CMYK0.160.4100.08
HSL277.11º70.8%73.14%-
HSV(B)277.11º41.28%92.16%-
XYZ47.3736.1883.08-
YUV167166.38150.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=34.68%
G=24.17%
B=41.16%

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
Decimal1981382350.160.4100.08277.1170.873.14
HexC68AEB1029081154749
Octal3062123532051010425107111
Binary110001101000101011101011100001010010100010001010110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AEB; }

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

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

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

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

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

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

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

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