#C08FFE

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

Shades of Perfume #C08FFE

Tints of Perfume #C08FFE

Color information

#C08FFE (or 0xC08FFE) is unknown color: approx Perfume. HEX triplet: C0, 8F and FE. RGB value is (192,143,254). Sum of RGB (Red+Green+Blue) = 192+143+254=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #C08FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C08FFE is #3F7001. Grayscale: #A9A9A9. Windows color (decimal): -4157442 or 16682944. OLE color: 16682944.

HSL color Cylindrical-coordinate representation of color #C08FFE: hue angle of 266.49º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08FFE is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192143254-
CMYK0.240.4400.00
HSL266.49º98.23%77.84%-
HSV(B)266.49º43.7%99.61%-
XYZ49.4538.0198.5-
YUV170.3175.23143.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.60%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=32.60%
G=24.28%
B=43.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921432540.240.4400.00266.4998.2377.84
HexC08FFE182C0010a624e
Octal300217376305400412142116
Binary110000001000111111111110110001011000010000101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FFE; }

 p { color: rgb(192,143,254); }

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

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

 a { background-color: rgb(192,143,254); }

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

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

 span { border-color: rgb(192,143,254); }

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