Html Css Color HEX #C094FB Perfume

📋 copy color: '#C094FB'

red 192 ◦ green 148 ◦ blue 251

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

Shades of Perfume #C094FB

Tints of Perfume #C094FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 32.49%
G = 25.04%
B = 42.47%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C094FB (or 0xC094FB) is known color: Perfume. HEX triplet: C0, 94 and FB. RGB value is (192,148,251). Sum of RGB (Red+Green+Blue) = 192+148+251=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #C094FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094FB is #3F6B04. Grayscale: #ACACAC. Windows color (decimal): -4156165 or 16487616. OLE color: 16487616.

HSL color Cylindrical-coordinate representation of color #C094FB: hue angle of 265.63º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C094FB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 148 251 -
CMYK 0.24 0.41 0 0.02
HSL 265.63º 0.93% 0.78% -
HSV(B) 265.63º 0.41% 0.98% -
XYZ 49.74 39.35 96.24 -
YUV 172.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 192 148 251 0.24 0.41 0 0.02 265.63 0.93 0.78
Hex C0 94 FB 18 29 0 2 10A 5D 4E
Octal 300 224 373 30 51 0 2 412 135 116
Binary 11000000 10010100 11111011 11000 101001 0 10 100001010 1011101 1001110

Color Harmonies of #C094FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094FB

Black with #C094FB

Text Example


Text Example

White with #C094FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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