Html Css Color HEX #C096FF Perfume

📋 copy color: '#C096FF'

red 192 ◦ green 150 ◦ blue 255

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

Shades of Perfume #C096FF

Tints of Perfume #C096FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 32.16%
G = 25.13%
B = 42.71%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C096FF (or 0xC096FF) is known color: Perfume. HEX triplet: C0, 96 and FF. RGB value is (192,150,255). Sum of RGB (Red+Green+Blue) = 192+150+255=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C096FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C096FF is #3F6900. Grayscale: #AEAEAE. Windows color (decimal): -4155649 or 16750272. OLE color: 16750272.

HSL color Cylindrical-coordinate representation of color #C096FF: hue angle of 264º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C096FF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 150 255 -
CMYK 0.25 0.41 0 0
HSL 264º 1% 0.79% -
HSV(B) 264º 0.41% 1% -
XYZ 50.69 40.24 99.7 -
YUV 174.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 192 150 255 0.25 0.41 0 0 264 1 0.79
Hex C0 96 FF 19 29 0 0 108 64 4F
Octal 300 226 377 31 51 0 0 410 144 117
Binary 11000000 10010110 11111111 11001 101001 0 0 100001000 1100100 1001111

Color Harmonies of #C096FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C096FF

Black with #C096FF

Text Example


Text Example

White with #C096FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C096FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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