Html Css Color HEX #C094F0 Perfume

📋 copy color: '#C094F0'

red 192 ◦ green 148 ◦ blue 240

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

Shades of Perfume #C094F0

Tints of Perfume #C094F0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.52%

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

R = 33.1%
G = 25.52%
B = 41.38%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C094F0 (or 0xC094F0) is known color: Perfume. HEX triplet: C0, 94 and F0. RGB value is (192,148,240). Sum of RGB (Red+Green+Blue) = 192+148+240=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 148 (58.20% from 255 or 25.52% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #C094F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094F0 is #3F6B0F. Grayscale: #ABABAB. Windows color (decimal): -4156176 or 15766720. OLE color: 15766720.

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

Color convert

RGB 192 148 240 -
CMYK 0.20 0.38 0 0.06
HSL 268.7º 0.75% 0.76% -
HSV(B) 268.7º 0.38% 0.94% -
XYZ 48.06 38.68 87.37 -
YUV 171.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 192 148 240 0.20 0.38 0 0.06 268.7 0.75 0.76
Hex C0 94 F0 14 26 0 6 10D 4B 4C
Octal 300 224 360 24 46 0 6 415 113 114
Binary 11000000 10010100 11110000 10100 100110 0 110 100001101 1001011 1001100

Color Harmonies of #C094F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094F0

Black with #C094F0

Text Example


Text Example

White with #C094F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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