Html Css Color HEX #C094FC Perfume

📋 copy color: '#C094FC'

red 192 ◦ green 148 ◦ blue 252

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

Shades of Perfume #C094FC

Tints of Perfume #C094FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 32.43%
G = 25%
B = 42.57%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C094FC (or 0xC094FC) is known color: Perfume. HEX triplet: C0, 94 and FC. RGB value is (192,148,252). Sum of RGB (Red+Green+Blue) = 192+148+252=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #C094FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094FC is #3F6B03. Grayscale: #ACACAC. Windows color (decimal): -4156164 or 16553152. OLE color: 16553152.

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

Color convert

RGB 192 148 252 -
CMYK 0.24 0.41 0 0.01
HSL 265.38º 0.95% 0.78% -
HSV(B) 265.38º 0.41% 0.99% -
XYZ 49.9 39.41 97.07 -
YUV 173.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 192 148 252 0.24 0.41 0 0.01 265.38 0.95 0.78
Hex C0 94 FC 18 29 0 1 109 5F 4E
Octal 300 224 374 30 51 0 1 411 137 116
Binary 11000000 10010100 11111100 11000 101001 0 1 100001001 1011111 1001110

Color Harmonies of #C094FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094FC

Black with #C094FC

Text Example


Text Example

White with #C094FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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