#C095ED

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

Shades of Perfume #C095ED

Tints of Perfume #C095ED

Color information

#C095ED (or 0xC095ED) is unknown color: approx Perfume. HEX triplet: C0, 95 and ED. RGB value is (192,149,237). Sum of RGB (Red+Green+Blue) = 192+149+237=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #C095ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095ED is #3F6A12. Grayscale: #ABABAB. Windows color (decimal): -4155923 or 15570368. OLE color: 15570368.

HSL color Cylindrical-coordinate representation of color #C095ED: hue angle of 269.32º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C095ED is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192149237-
CMYK0.190.3700.07
HSL269.32º70.97%75.69%-
HSV(B)269.32º37.13%92.94%-
XYZ47.7738.8285.1-
YUV171.89164.75142.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.22%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=33.22%
G=25.78%
B=41.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921492370.190.3700.07269.3270.9775.69
HexC095ED13250710d474c
Octal300225355234507415107114
Binary11000000100101011110110110011100101011110000110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C095ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C095ED; }

 p { color: rgb(192,149,237); }

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

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

 a { background-color: rgb(192,149,237); }

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

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

 span { border-color: rgb(192,149,237); }

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