#C07FDD

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

Shades of Wisteria #C07FDD

Tints of Wisteria #C07FDD

Color information

#C07FDD (or 0xC07FDD) is unknown color: approx Wisteria. HEX triplet: C0, 7F and DD. RGB value is (192,127,221). Sum of RGB (Red+Green+Blue) = 192+127+221=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C07FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FDD is #3F8022. Grayscale: #9C9C9C. Windows color (decimal): -4161571 or 14516160. OLE color: 14516160.

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

Color convert

RGB192127221-
CMYK0.130.4300.13
HSL281.49º58.02%68.24%-
HSV(B)281.49º42.53%86.67%-
XYZ42.3831.6172.27-
YUV157.15164.03152.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=35.56%
G=23.52%
B=40.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921272210.130.4300.13281.4958.0268.24
HexC07FDDD2B0D1193a44
Octal300177335155301543172104
Binary110000001111111110111011101101011011011000110011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FDD; }

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

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

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

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

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

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

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

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