Html Css Color HEX #C096EC Perfume

📋 copy color: '#C096EC'

red 192 ◦ green 150 ◦ blue 236

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

Shades of Perfume #C096EC

Tints of Perfume #C096EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.83%

R = 33.22%
G = 25.95%
B = 40.83%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C096EC (or 0xC096EC) is known color: Perfume. HEX triplet: C0, 96 and EC. RGB value is (192,150,236). Sum of RGB (Red+Green+Blue) = 192+150+236=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C096EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096EC is #3F6913. Grayscale: #ACACAC. Windows color (decimal): -4155668 or 15505088. OLE color: 15505088.

HSL color Cylindrical-coordinate representation of color #C096EC: hue angle of 269.3º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C096EC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 150 236 -
CMYK 0.19 0.36 0 0.07
HSL 269.3º 0.69% 0.76% -
HSV(B) 269.3º 0.36% 0.93% -
XYZ 47.78 39.08 84.38 -
YUV 172.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 192 150 236 0.19 0.36 0 0.07 269.3 0.69 0.76
Hex C0 96 EC 13 24 0 7 10D 45 4C
Octal 300 226 354 23 44 0 7 415 105 114
Binary 11000000 10010110 11101100 10011 100100 0 111 100001101 1000101 1001100

Color Harmonies of #C096EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096EC

Black with #C096EC

Text Example


Text Example

White with #C096EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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