#C08FD0

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

Shades of Wisteria #C08FD0

Tints of Wisteria #C08FD0

Color information

#C08FD0 (or 0xC08FD0) is unknown color: approx Wisteria. HEX triplet: C0, 8F and D0. RGB value is (192,143,208). Sum of RGB (Red+Green+Blue) = 192+143+208=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #C08FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FD0 is #3F702F. Grayscale: #A4A4A4. Windows color (decimal): -4157488 or 13668288. OLE color: 13668288.

HSL color Cylindrical-coordinate representation of color #C08FD0: hue angle of 285.23º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C08FD0 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192143208-
CMYK0.080.3100.18
HSL285.23º40.88%68.82%-
HSV(B)285.23º31.25%81.57%-
XYZ42.9535.4164.24-
YUV165.06152.23147.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=35.36%
G=26.34%
B=38.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921432080.080.3100.18285.2340.8868.82
HexC08FD081F01211d2945
Octal300217320103702243551105
Binary1100000010001111110100001000111110100101000111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FD0; }

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

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

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

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

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

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

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

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