Html Css Color HEX #C096EE Perfume

📋 copy color: '#C096EE'

red 192 ◦ green 150 ◦ blue 238

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

Shades of Perfume #C096EE

Tints of Perfume #C096EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.03%

R = 33.1%
G = 25.86%
B = 41.03%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C096EE (or 0xC096EE) is known color: Perfume. HEX triplet: C0, 96 and EE. RGB value is (192,150,238). Sum of RGB (Red+Green+Blue) = 192+150+238=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #C096EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096EE is #3F6911. Grayscale: #ACACAC. Windows color (decimal): -4155666 or 15636160. OLE color: 15636160.

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

Color convert

RGB 192 150 238 -
CMYK 0.19 0.37 0 0.07
HSL 268.64º 0.72% 0.76% -
HSV(B) 268.64º 0.37% 0.93% -
XYZ 48.08 39.19 85.92 -
YUV 172.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 192 150 238 0.19 0.37 0 0.07 268.64 0.72 0.76
Hex C0 96 EE 13 25 0 7 10D 48 4C
Octal 300 226 356 23 45 0 7 415 110 114
Binary 11000000 10010110 11101110 10011 100101 0 111 100001101 1001000 1001100

Color Harmonies of #C096EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096EE

Black with #C096EE

Text Example


Text Example

White with #C096EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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