Html Css Color HEX #C096F9 Perfume

📋 copy color: '#C096F9'

red 192 ◦ green 150 ◦ blue 249

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

Shades of Perfume #C096F9

Tints of Perfume #C096F9

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.38%

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

R = 32.49%
G = 25.38%
B = 42.13%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C096F9 (or 0xC096F9) is known color: Perfume. HEX triplet: C0, 96 and F9. RGB value is (192,150,249). Sum of RGB (Red+Green+Blue) = 192+150+249=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 249 (97.66% from 255 or 42.13% from 591); Max value from RGB is 249 - color contains mainly: blue. Hex color #C096F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096F9 is #3F6906. Grayscale: #ADADAD. Windows color (decimal): -4155655 or 16357056. OLE color: 16357056.

HSL color Cylindrical-coordinate representation of color #C096F9: hue angle of 265.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C096F9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 150 249 -
CMYK 0.23 0.40 0 0.02
HSL 265.45º 0.89% 0.78% -
HSV(B) 265.45º 0.4% 0.98% -
XYZ 49.74 39.86 94.69 -
YUV 173.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 192 150 249 0.23 0.40 0 0.02 265.45 0.89 0.78
Hex C0 96 F9 17 28 0 2 109 59 4E
Octal 300 226 371 27 50 0 2 411 131 116
Binary 11000000 10010110 11111001 10111 101000 0 10 100001001 1011001 1001110

Color Harmonies of #C096F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096F9

Black with #C096F9

Text Example


Text Example

White with #C096F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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