Html Css Color HEX #C096FC Perfume

📋 copy color: '#C096FC'

red 192 ◦ green 150 ◦ blue 252

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

Shades of Perfume #C096FC

Tints of Perfume #C096FC

RGB

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

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

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

R = 32.32%
G = 25.25%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C096FC (or 0xC096FC) is known color: Perfume. HEX triplet: C0, 96 and FC. RGB value is (192,150,252). Sum of RGB (Red+Green+Blue) = 192+150+252=594 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.32% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C096FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096FC is #3F6903. Grayscale: #ADADAD. Windows color (decimal): -4155652 or 16553664. OLE color: 16553664.

HSL color Cylindrical-coordinate representation of color #C096FC: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C096FC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 150 252 -
CMYK 0.24 0.40 0 0.01
HSL 264.71º 0.94% 0.79% -
HSV(B) 264.71º 0.4% 0.99% -
XYZ 50.22 40.05 97.18 -
YUV 174.19 171.91 140.71 -
System Red Green Blue C M Y K H S L
Decimal 192 150 252 0.24 0.40 0 0.01 264.71 0.94 0.79
Hex C0 96 FC 18 28 0 1 109 5E 4F
Octal 300 226 374 30 50 0 1 411 136 117
Binary 11000000 10010110 11111100 11000 101000 0 1 100001001 1011110 1001111

Color Harmonies of #C096FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096FC

Black with #C096FC

Text Example


Text Example

White with #C096FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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