#C68AE8

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

Shades of Wisteria #C68AE8

Tints of Wisteria #C68AE8

Color information

#C68AE8 (or 0xC68AE8) is unknown color: approx Wisteria. HEX triplet: C6, 8A and E8. RGB value is (198,138,232). Sum of RGB (Red+Green+Blue) = 198+138+232=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #C68AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AE8 is #397517. Grayscale: #A6A6A6. Windows color (decimal): -3765528 or 15239878. OLE color: 15239878.

HSL color Cylindrical-coordinate representation of color #C68AE8: hue angle of 278.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C68AE8 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198138232-
CMYK0.150.4100.09
HSL278.3º67.14%72.55%-
HSV(B)278.3º40.52%90.98%-
XYZ46.9436.0180.82-
YUV166.66164.88150.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.86%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 232 (91.02% from 255) = 40.85%
R=34.86%
G=24.30%
B=40.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981382320.150.4100.09278.367.1472.55
HexC68AE8F29091164349
Octal3062123501751011426103111
Binary11000110100010101110100011111010010100110001011010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AE8; }

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

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

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

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

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

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

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

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