#C08CCF

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

Shades of Wisteria #C08CCF

Tints of Wisteria #C08CCF

Color information

#C08CCF (or 0xC08CCF) is unknown color: approx Wisteria. HEX triplet: C0, 8C and CF. RGB value is (192,140,207). Sum of RGB (Red+Green+Blue) = 192+140+207=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #C08CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CCF is #3F7330. Grayscale: #A2A2A2. Windows color (decimal): -4158257 or 13601984. OLE color: 13601984.

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

Color convert

RGB192140207-
CMYK0.070.3200.19
HSL286.57º41.1%68.04%-
HSV(B)286.57º32.37%81.18%-
XYZ42.3834.4763.45-
YUV163.19152.73148.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 207 (81.25% from 255) = 38.40%
R=35.62%
G=25.97%
B=38.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921402070.070.3200.19286.5741.168.04
HexC08CCF72001311f2944
Octal30021431774002343751104
Binary1100000010001100110011111111000000100111000111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08CCF; }

 p { color: rgb(192,140,207); }

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

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

 a { background-color: rgb(192,140,207); }

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

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

 span { border-color: rgb(192,140,207); }

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