#C090FA

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

Shades of Perfume #C090FA

Tints of Perfume #C090FA

Color information

#C090FA (or 0xC090FA) is unknown color: approx Perfume. HEX triplet: C0, 90 and FA. RGB value is (192,144,250). Sum of RGB (Red+Green+Blue) = 192+144+250=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #C090FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090FA is #3F6F05. Grayscale: #AAAAAA. Windows color (decimal): -4157190 or 16421056. OLE color: 16421056.

HSL color Cylindrical-coordinate representation of color #C090FA: hue angle of 267.17º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C090FA is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192144250-
CMYK0.230.4200.02
HSL267.17º91.38%77.25%-
HSV(B)267.17º42.4%98.04%-
XYZ48.9738.0695.21-
YUV170.44172.9143.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=32.76%
G=24.57%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921442500.230.4200.02267.1791.3877.25
HexC090FA172A0210b5b4d
Octal300220372275202413133115
Binary1100000010010000111110101011110101001010000101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090FA; }

 p { color: rgb(192,144,250); }

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

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

 a { background-color: rgb(192,144,250); }

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

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

 span { border-color: rgb(192,144,250); }

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