Html Css Color HEX #C095FE Perfume

📋 copy color: '#C095FE'

red 192 ◦ green 149 ◦ blue 254

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

Shades of Perfume #C095FE

Tints of Perfume #C095FE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.04%

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 32.27%
G = 25.04%
B = 42.69%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C095FE (or 0xC095FE) is known color: Perfume. HEX triplet: C0, 95 and FE. RGB value is (192,149,254). Sum of RGB (Red+Green+Blue) = 192+149+254=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C095FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095FE is #3F6A01. Grayscale: #ADADAD. Windows color (decimal): -4155906 or 16684480. OLE color: 16684480.

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

Color convert

RGB 192 149 254 -
CMYK 0.24 0.41 0 0.00
HSL 264.57º 0.98% 0.79% -
HSV(B) 264.57º 0.41% 1% -
XYZ 50.38 39.86 98.8 -
YUV 173.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 192 149 254 0.24 0.41 0 0.00 264.57 0.98 0.79
Hex C0 95 FE 18 29 0 0 109 62 4F
Octal 300 225 376 30 51 0 0 411 142 117
Binary 11000000 10010101 11111110 11000 101001 0 0 100001001 1100010 1001111

Color Harmonies of #C095FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095FE

Black with #C095FE

Text Example


Text Example

White with #C095FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095FE; }

 p { color: rgb(192,149,254); }

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

background-color css

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

 a { background-color: rgb(192,149,254); }

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

border-color css

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

 span { border-color: rgb(192,149,254); }

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