Html Css Color HEX #C094FE Perfume

📋 copy color: '#C094FE'

red 192 ◦ green 148 ◦ blue 254

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

Shades of Perfume #C094FE

Tints of Perfume #C094FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 32.32%
G = 24.92%
B = 42.76%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C094FE (or 0xC094FE) is known color: Perfume. HEX triplet: C0, 94 and FE. RGB value is (192,148,254). Sum of RGB (Red+Green+Blue) = 192+148+254=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C094FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094FE is #3F6B01. Grayscale: #ACACAC. Windows color (decimal): -4156162 or 16684224. OLE color: 16684224.

HSL color Cylindrical-coordinate representation of color #C094FE: hue angle of 264.91º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C094FE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 148 254 -
CMYK 0.24 0.42 0 0.00
HSL 264.91º 0.98% 0.79% -
HSV(B) 264.91º 0.42% 1% -
XYZ 50.22 39.54 98.75 -
YUV 173.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 192 148 254 0.24 0.42 0 0.00 264.91 0.98 0.79
Hex C0 94 FE 18 2A 0 0 109 62 4F
Octal 300 224 376 30 52 0 0 411 142 117
Binary 11000000 10010100 11111110 11000 101010 0 0 100001001 1100010 1001111

Color Harmonies of #C094FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094FE

Black with #C094FE

Text Example


Text Example

White with #C094FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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