#C090FF

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

Shades of Perfume #C090FF

Tints of Perfume #C090FF

Color information

#C090FF (or 0xC090FF) is unknown color: approx Perfume. HEX triplet: C0, 90 and FF. RGB value is (192,144,255). Sum of RGB (Red+Green+Blue) = 192+144+255=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 144 (56.64% from 255 or 24.37% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #C090FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C090FF is #3F6F00. Grayscale: #AAAAAA. Windows color (decimal): -4157185 or 16748736. OLE color: 16748736.

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

Color convert

RGB192144255-
CMYK0.250.4400
HSL265.95º100%78.24%-
HSV(B)265.95º43.53%100%-
XYZ49.7638.3799.39-
YUV171.01175.4142.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 144 (56.64% from 255) = 24.37%
BLUE value IS 255 (100% from 255) = 43.15%
R=32.49%
G=24.37%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921442550.250.4400265.9510078.24
HexC090FF192C0010a644e
Octal300220377315400412144116
Binary110000001001000011111111110011011000010000101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C090FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C090FF; }

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

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

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

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

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

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

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

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