#C68AE6

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

Shades of Wisteria #C68AE6

Tints of Wisteria #C68AE6

Color information

#C68AE6 (or 0xC68AE6) is unknown color: approx Wisteria. HEX triplet: C6, 8A and E6. RGB value is (198,138,230). Sum of RGB (Red+Green+Blue) = 198+138+230=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #C68AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AE6 is #397519. Grayscale: #A6A6A6. Windows color (decimal): -3765530 or 15108806. OLE color: 15108806.

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

Color convert

RGB198138230-
CMYK0.140.400.10
HSL279.13º64.79%72.16%-
HSV(B)279.13º40%90.2%-
XYZ46.6635.979.33-
YUV166.43163.88150.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.98%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 230 (90.23% from 255) = 40.64%
R=34.98%
G=24.38%
B=40.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1981382300.140.400.10279.1364.7972.16
HexC68AE6E280A1174148
Octal3062123461650012427101110
Binary11000110100010101110011011101010000101010001011110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68AE6; }

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

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

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

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

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

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

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

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