#C69CEC

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

Shades of Wisteria #C69CEC

Tints of Wisteria #C69CEC

Color information

#C69CEC (or 0xC69CEC) is unknown color: approx Wisteria. HEX triplet: C6, 9C and EC. RGB value is (198,156,236). Sum of RGB (Red+Green+Blue) = 198+156+236=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #C69CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CEC is #396313. Grayscale: #B1B1B1. Windows color (decimal): -3760916 or 15506630. OLE color: 15506630.

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

Color convert

RGB198156236-
CMYK0.160.3400.07
HSL271.5º67.8%76.86%-
HSV(B)271.5º33.9%92.55%-
XYZ50.3241.8484.78-
YUV177.68160.91142.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 236 (92.58% from 255) = 40%
R=33.56%
G=26.44%
B=40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981562360.160.3400.07271.567.876.86
HexC69CEC102207110444d
Octal306234354204207420104115
Binary11000110100111001110110010000100010011110001000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CEC; }

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

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

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

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

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

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

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

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