#C08DE0

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

Shades of Wisteria #C08DE0

Tints of Wisteria #C08DE0

Color information

#C08DE0 (or 0xC08DE0) is unknown color: approx Wisteria. HEX triplet: C0, 8D and E0. RGB value is (192,141,224). Sum of RGB (Red+Green+Blue) = 192+141+224=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #C08DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DE0 is #3F721F. Grayscale: #A5A5A5. Windows color (decimal): -4157984 or 14716352. OLE color: 14716352.

HSL color Cylindrical-coordinate representation of color #C08DE0: hue angle of 276.87º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08DE0 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192141224-
CMYK0.140.3700.12
HSL276.87º57.24%71.57%-
HSV(B)276.87º37.05%87.84%-
XYZ44.7235.6475.04-
YUV165.71160.9146.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.47%
GREEN value IS 141 (55.47% from 255) = 25.31%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=34.47%
G=25.31%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921412240.140.3700.12276.8757.2471.57
HexC08DE0E250C1153948
Octal300215340164501442571110
Binary1100000010001101111000001110100101011001000101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DE0; }

 p { color: rgb(192,141,224); }

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

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

 a { background-color: rgb(192,141,224); }

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

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

 span { border-color: rgb(192,141,224); }

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