#C69CEB

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

Shades of Wisteria #C69CEB

Tints of Wisteria #C69CEB

Color information

#C69CEB (or 0xC69CEB) is unknown color: approx Wisteria. HEX triplet: C6, 9C and EB. RGB value is (198,156,235). Sum of RGB (Red+Green+Blue) = 198+156+235=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #C69CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEB is #396314. Grayscale: #B1B1B1. Windows color (decimal): -3760917 or 15441094. OLE color: 15441094.

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

Color convert

RGB198156235-
CMYK0.160.3400.08
HSL271.9º66.39%76.67%-
HSV(B)271.9º33.62%92.16%-
XYZ50.1741.7884.02-
YUV177.56160.41142.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 156 (61.33% from 255) = 26.49%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=33.62%
G=26.49%
B=39.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981562350.160.3400.08271.966.3976.67
HexC69CEB102208110424d
Octal3062343532042010420102115
Binary110001101001110011101011100001000100100010001000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CEB; }

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

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

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

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

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

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

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

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