Html Css Color HEX #C096E9 Perfume

📋 copy color: '#C096E9'

red 192 ◦ green 150 ◦ blue 233

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

Shades of Perfume #C096E9

Tints of Perfume #C096E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.52%

R = 33.39%
G = 26.09%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C096E9 (or 0xC096E9) is known color: Perfume. HEX triplet: C0, 96 and E9. RGB value is (192,150,233). Sum of RGB (Red+Green+Blue) = 192+150+233=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #C096E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096E9 is #3F6916. Grayscale: #ABABAB. Windows color (decimal): -4155671 or 15308480. OLE color: 15308480.

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

Color convert

RGB 192 150 233 -
CMYK 0.18 0.36 0 0.09
HSL 270.36º 0.65% 0.75% -
HSV(B) 270.36º 0.36% 0.91% -
XYZ 47.35 38.9 82.1 -
YUV 172.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 192 150 233 0.18 0.36 0 0.09 270.36 0.65 0.75
Hex C0 96 E9 12 24 0 9 10E 41 4B
Octal 300 226 351 22 44 0 11 416 101 113
Binary 11000000 10010110 11101001 10010 100100 0 1001 100001110 1000001 1001011

Color Harmonies of #C096E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096E9

Black with #C096E9

Text Example


Text Example

White with #C096E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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