#C08AFC

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

Shades of Wisteria #C08AFC

Tints of Wisteria #C08AFC

Color information

#C08AFC (or 0xC08AFC) is unknown color: approx Wisteria. HEX triplet: C0, 8A and FC. RGB value is (192,138,252). Sum of RGB (Red+Green+Blue) = 192+138+252=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 138 (54.30% from 255 or 23.71% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #C08AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08AFC is #3F7503. Grayscale: #A6A6A6. Windows color (decimal): -4158724 or 16550592. OLE color: 16550592.

HSL color Cylindrical-coordinate representation of color #C08AFC: hue angle of 268.42º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08AFC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192138252-
CMYK0.240.4500.01
HSL268.42º95%76.47%-
HSV(B)268.42º45.24%98.82%-
XYZ48.436.4196.57-
YUV167.14175.89145.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.99%
GREEN value IS 138 (54.30% from 255) = 23.71%
BLUE value IS 252 (98.83% from 255) = 43.30%
R=32.99%
G=23.71%
B=43.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921382520.240.4500.01268.429576.47
HexC08AFC182D0110c5f4c
Octal300212374305501414137114
Binary110000001000101011111100110001011010110000110010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08AFC; }

 p { color: rgb(192,138,252); }

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

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

 a { background-color: rgb(192,138,252); }

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

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

 span { border-color: rgb(192,138,252); }

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