Html Css Color HEX #C096ED Perfume

📋 copy color: '#C096ED'

red 192 ◦ green 150 ◦ blue 237

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

Shades of Perfume #C096ED

Tints of Perfume #C096ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 33.16%
G = 25.91%
B = 40.93%

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

#C096ED (or 0xC096ED) is known color: Perfume. HEX triplet: C0, 96 and ED. RGB value is (192,150,237). Sum of RGB (Red+Green+Blue) = 192+150+237=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #C096ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096ED is #3F6912. Grayscale: #ACACAC. Windows color (decimal): -4155667 or 15570624. OLE color: 15570624.

HSL color Cylindrical-coordinate representation of color #C096ED: hue angle of 268.97º degrees, saturation: 0.71, 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 #C096ED is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 150 237 -
CMYK 0.19 0.37 0 0.07
HSL 268.97º 0.71% 0.76% -
HSV(B) 268.97º 0.37% 0.93% -
XYZ 47.93 39.13 85.15 -
YUV 172.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 192 150 237 0.19 0.37 0 0.07 268.97 0.71 0.76
Hex C0 96 ED 13 25 0 7 10D 47 4C
Octal 300 226 355 23 45 0 7 415 107 114
Binary 11000000 10010110 11101101 10011 100101 0 111 100001101 1000111 1001100

Color Harmonies of #C096ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096ED

Black with #C096ED

Text Example


Text Example

White with #C096ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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