#C08DEE

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

Shades of Wisteria #C08DEE

Tints of Wisteria #C08DEE

Color information

#C08DEE (or 0xC08DEE) is unknown color: approx Wisteria. HEX triplet: C0, 8D and EE. RGB value is (192,141,238). Sum of RGB (Red+Green+Blue) = 192+141+238=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #C08DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08DEE is #3F7211. Grayscale: #A6A6A6. Windows color (decimal): -4157970 or 15633856. OLE color: 15633856.

HSL color Cylindrical-coordinate representation of color #C08DEE: hue angle of 271.55º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C08DEE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192141238-
CMYK0.190.4100.07
HSL271.55º74.05%74.31%-
HSV(B)271.55º40.76%93.33%-
XYZ46.736.4385.46-
YUV167.31167.9145.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 238 (93.36% from 255) = 41.68%
R=33.63%
G=24.69%
B=41.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921412380.190.4100.07271.5574.0574.31
HexC08DEE1329071104a4a
Octal300215356235107420112112
Binary11000000100011011110111010011101001011110001000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08DEE; }

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

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

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

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

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

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

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

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