Html Css Color HEX #C093F0 Perfume

📋 copy color: '#C093F0'

red 192 ◦ green 147 ◦ blue 240

#C093F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C093F0

Tints of Perfume #C093F0

RGB

 RED value IS 192 (75.39% from 255) = 33.16%

 GREEN value IS 147 (57.81% from 255) = 25.39%

 BLUE value IS 240 (94.14% from 255) = 41.45%

R = 33.16%
G = 25.39%
B = 41.45%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C093F0 (or 0xC093F0) is known color: Perfume. HEX triplet: C0, 93 and F0. RGB value is (192,147,240). Sum of RGB (Red+Green+Blue) = 192+147+240=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #C093F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093F0 is #3F6C0F. Grayscale: #AAAAAA. Windows color (decimal): -4156432 or 15766464. OLE color: 15766464.

HSL color Cylindrical-coordinate representation of color #C093F0: hue angle of 269.03º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C093F0 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 147 240 -
CMYK 0.20 0.39 0 0.06
HSL 269.03º 0.76% 0.76% -
HSV(B) 269.03º 0.39% 0.94% -
XYZ 47.9 38.37 87.32 -
YUV 171.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 192 147 240 0.20 0.39 0 0.06 269.03 0.76 0.76
Hex C0 93 F0 14 27 0 6 10D 4C 4C
Octal 300 223 360 24 47 0 6 415 114 114
Binary 11000000 10010011 11110000 10100 100111 0 110 100001101 1001100 1001100

Color Harmonies of #C093F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093F0

Black with #C093F0

Text Example


Text Example

White with #C093F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093F0; }

 p { color: rgb(192,147,240); }

 H1.HeaderClassName
 {
   color: #C093F0;
 }
 .AnyTagClassName
 {
   color: #C093F0;
 }
</style>

background-color css

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

 a { background-color: rgb(192,147,240); }

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

border-color css

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

 span { border-color: rgb(192,147,240); }

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