#C08BCF

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

Shades of Wisteria #C08BCF

Tints of Wisteria #C08BCF

Color information

#C08BCF (or 0xC08BCF) is unknown color: approx Wisteria. HEX triplet: C0, 8B and CF. RGB value is (192,139,207). Sum of RGB (Red+Green+Blue) = 192+139+207=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C08BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BCF is #3F7430. Grayscale: #A2A2A2. Windows color (decimal): -4158513 or 13601728. OLE color: 13601728.

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

Color convert

RGB192139207-
CMYK0.070.3300.19
HSL286.76º41.46%67.84%-
HSV(B)286.76º32.85%81.18%-
XYZ42.2334.1863.4-
YUV162.6153.06148.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.69%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 207 (81.25% from 255) = 38.48%
R=35.69%
G=25.84%
B=38.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921392070.070.3300.19286.7641.4667.84
HexC08BCF72101311f2944
Octal30021331774102343751104
Binary1100000010001011110011111111000010100111000111111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BCF; }

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

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

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

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

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

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

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

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