#C08BFF

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

Shades of Wisteria #C08BFF

Tints of Wisteria #C08BFF

Color information

#C08BFF (or 0xC08BFF) is unknown color: approx Wisteria. HEX triplet: C0, 8B and FF. RGB value is (192,139,255). Sum of RGB (Red+Green+Blue) = 192+139+255=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #C08BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08BFF is #3F7400. Grayscale: #A7A7A7. Windows color (decimal): -4158465 or 16747456. OLE color: 16747456.

HSL color Cylindrical-coordinate representation of color #C08BFF: hue angle of 267.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08BFF is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192139255-
CMYK0.250.4500
HSL267.41º100%77.25%-
HSV(B)267.41º45.49%100%-
XYZ49.0236.8999.14-
YUV168.07177.06145.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 43.52%
R=32.76%
G=23.72%
B=43.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921392550.250.4500267.4110077.25
HexC08BFF192D0010b644d
Octal300213377315500413144115
Binary110000001000101111111111110011011010010000101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08BFF; }

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

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

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

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

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

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

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

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