Html Css Color HEX #C091F9 Perfume

📋 copy color: '#C091F9'

red 192 ◦ green 145 ◦ blue 249

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

Shades of Perfume #C091F9

Tints of Perfume #C091F9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.74%

 BLUE value IS 249 (97.66% from 255) = 42.49%

R = 32.76%
G = 24.74%
B = 42.49%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C091F9 (or 0xC091F9) is known color: Perfume. HEX triplet: C0, 91 and F9. RGB value is (192,145,249). Sum of RGB (Red+Green+Blue) = 192+145+249=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #C091F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091F9 is #3F6E06. Grayscale: #AAAAAA. Windows color (decimal): -4156935 or 16355776. OLE color: 16355776.

HSL color Cylindrical-coordinate representation of color #C091F9: hue angle of 267.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C091F9 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 145 249 -
CMYK 0.23 0.42 0 0.02
HSL 267.12º 0.9% 0.77% -
HSV(B) 267.12º 0.42% 0.98% -
XYZ 48.96 38.3 94.43 -
YUV 170.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 192 145 249 0.23 0.42 0 0.02 267.12 0.9 0.77
Hex C0 91 F9 17 2A 0 2 10B 5A 4D
Octal 300 221 371 27 52 0 2 413 132 115
Binary 11000000 10010001 11111001 10111 101010 0 10 100001011 1011010 1001101

Color Harmonies of #C091F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C091F9

Black with #C091F9

Text Example


Text Example

White with #C091F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C091F9; }

 p { color: rgb(192,145,249); }

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

background-color css

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

 a { background-color: rgb(192,145,249); }

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

border-color css

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

 span { border-color: rgb(192,145,249); }

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