#C08FDD

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

Shades of Wisteria #C08FDD

Tints of Wisteria #C08FDD

Color information

#C08FDD (or 0xC08FDD) is unknown color: approx Wisteria. HEX triplet: C0, 8F and DD. RGB value is (192,143,221). Sum of RGB (Red+Green+Blue) = 192+143+221=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #C08FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FDD is #3F7022. Grayscale: #A6A6A6. Windows color (decimal): -4157475 or 14520256. OLE color: 14520256.

HSL color Cylindrical-coordinate representation of color #C08FDD: hue angle of 277.69º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C08FDD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192143221-
CMYK0.130.3500.13
HSL277.69º53.42%71.37%-
HSV(B)277.69º35.29%86.67%-
XYZ44.6136.0773.02-
YUV166.54158.73146.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 143 (56.25% from 255) = 25.72%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=34.53%
G=25.72%
B=39.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921432210.130.3500.13277.6953.4271.37
HexC08FDDD230D1163547
Octal300217335154301542665107
Binary1100000010001111110111011101100011011011000101101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FDD; }

 p { color: rgb(192,143,221); }

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

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

 a { background-color: rgb(192,143,221); }

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

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

 span { border-color: rgb(192,143,221); }

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