Html Css Color HEX #C096FB Perfume

📋 copy color: '#C096FB'

red 192 ◦ green 150 ◦ blue 251

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

Shades of Perfume #C096FB

Tints of Perfume #C096FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 32.38%
G = 25.3%
B = 42.33%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C096FB (or 0xC096FB) is known color: Perfume. HEX triplet: C0, 96 and FB. RGB value is (192,150,251). Sum of RGB (Red+Green+Blue) = 192+150+251=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #C096FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096FB is #3F6904. Grayscale: #ADADAD. Windows color (decimal): -4155653 or 16488128. OLE color: 16488128.

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

Color convert

RGB 192 150 251 -
CMYK 0.24 0.40 0 0.02
HSL 264.95º 0.93% 0.79% -
HSV(B) 264.95º 0.4% 0.98% -
XYZ 50.06 39.98 96.35 -
YUV 174.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 192 150 251 0.24 0.40 0 0.02 264.95 0.93 0.79
Hex C0 96 FB 18 28 0 2 109 5D 4F
Octal 300 226 373 30 50 0 2 411 135 117
Binary 11000000 10010110 11111011 11000 101000 0 10 100001001 1011101 1001111

Color Harmonies of #C096FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096FB

Black with #C096FB

Text Example


Text Example

White with #C096FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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