#C69DEA

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

Shades of Wisteria #C69DEA

Tints of Wisteria #C69DEA

Color information

#C69DEA (or 0xC69DEA) is unknown color: approx Wisteria. HEX triplet: C6, 9D and EA. RGB value is (198,157,234). Sum of RGB (Red+Green+Blue) = 198+157+234=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C69DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DEA is #396215. Grayscale: #B1B1B1. Windows color (decimal): -3760662 or 15375814. OLE color: 15375814.

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

Color convert

RGB198157234-
CMYK0.150.3300.08
HSL271.95º64.71%76.67%-
HSV(B)271.95º32.91%91.76%-
XYZ50.242.0683.31-
YUV178.04159.58142.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.62%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=33.62%
G=26.66%
B=39.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981572340.150.3300.08271.9564.7176.67
HexC69DEAF2108110414d
Octal3062353521741010420101115
Binary11000110100111011110101011111000010100010001000010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DEA; }

 p { color: rgb(198,157,234); }

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

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

 a { background-color: rgb(198,157,234); }

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

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

 span { border-color: rgb(198,157,234); }

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