Html Css Color HEX #C096EB Perfume

📋 copy color: '#C096EB'

red 192 ◦ green 150 ◦ blue 235

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

Shades of Perfume #C096EB

Tints of Perfume #C096EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 33.28%
G = 26%
B = 40.73%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C096EB (or 0xC096EB) is known color: Perfume. HEX triplet: C0, 96 and EB. RGB value is (192,150,235). Sum of RGB (Red+Green+Blue) = 192+150+235=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #C096EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096EB is #3F6914. Grayscale: #ABABAB. Windows color (decimal): -4155669 or 15439552. OLE color: 15439552.

HSL color Cylindrical-coordinate representation of color #C096EB: hue angle of 269.65º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C096EB is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 150 235 -
CMYK 0.18 0.36 0 0.08
HSL 269.65º 0.68% 0.75% -
HSV(B) 269.65º 0.36% 0.92% -
XYZ 47.64 39.02 83.62 -
YUV 172.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 192 150 235 0.18 0.36 0 0.08 269.65 0.68 0.75
Hex C0 96 EB 12 24 0 8 10E 44 4B
Octal 300 226 353 22 44 0 10 416 104 113
Binary 11000000 10010110 11101011 10010 100100 0 1000 100001110 1000100 1001011

Color Harmonies of #C096EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096EB

Black with #C096EB

Text Example


Text Example

White with #C096EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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