#C099E1

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

Shades of Wisteria #C099E1

Tints of Wisteria #C099E1

Color information

#C099E1 (or 0xC099E1) is unknown color: approx Wisteria. HEX triplet: C0, 99 and E1. RGB value is (192,153,225). Sum of RGB (Red+Green+Blue) = 192+153+225=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #C099E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099E1 is #3F661E. Grayscale: #ACACAC. Windows color (decimal): -4154911 or 14784960. OLE color: 14784960.

HSL color Cylindrical-coordinate representation of color #C099E1: hue angle of 272.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C099E1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192153225-
CMYK0.150.3200.12
HSL272.5º54.55%74.12%-
HSV(B)272.5º32%88.24%-
XYZ46.7239.4376.38-
YUV172.87157.42141.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=33.68%
G=26.84%
B=39.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921532250.150.3200.12272.554.5574.12
HexC099E1F200C110374a
Octal300231341174001442067112
Binary1100000010011001111000011111100000011001000100001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C099E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C099E1; }

 p { color: rgb(192,153,225); }

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

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

 a { background-color: rgb(192,153,225); }

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

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

 span { border-color: rgb(192,153,225); }

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