#C07FD3

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

Shades of Wisteria #C07FD3

Tints of Wisteria #C07FD3

Color information

#C07FD3 (or 0xC07FD3) is unknown color: approx Wisteria. HEX triplet: C0, 7F and D3. RGB value is (192,127,211). Sum of RGB (Red+Green+Blue) = 192+127+211=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #C07FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FD3 is #3F802C. Grayscale: #9B9B9B. Windows color (decimal): -4161581 or 13860800. OLE color: 13860800.

HSL color Cylindrical-coordinate representation of color #C07FD3: hue angle of 286.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07FD3 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192127211-
CMYK0.090.4000.17
HSL286.43º48.84%66.27%-
HSV(B)286.43º39.81%82.75%-
XYZ41.0931.0965.46-
YUV156.01159.03153.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 211 (82.81% from 255) = 39.81%
R=36.23%
G=23.96%
B=39.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921272110.090.4000.17286.4348.8466.27
HexC07FD392801111e3142
Octal300177323115002143661102
Binary1100000011111111101001110011010000100011000111101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FD3; }

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

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

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

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

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

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

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

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