Html Css Color HEX #C095FF Perfume

📋 copy color: '#C095FF'

red 192 ◦ green 149 ◦ blue 255

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

Shades of Perfume #C095FF

Tints of Perfume #C095FF

RGB

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

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

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

R = 32.21%
G = 25%
B = 42.79%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C095FF (or 0xC095FF) is known color: Perfume. HEX triplet: C0, 95 and FF. RGB value is (192,149,255). Sum of RGB (Red+Green+Blue) = 192+149+255=596 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.21% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #C095FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C095FF is #3F6A00. Grayscale: #ADADAD. Windows color (decimal): -4155905 or 16750016. OLE color: 16750016.

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

Color convert

RGB 192 149 255 -
CMYK 0.25 0.42 0 0
HSL 264.34º 1% 0.79% -
HSV(B) 264.34º 0.42% 1% -
XYZ 50.54 39.92 99.65 -
YUV 173.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 192 149 255 0.25 0.42 0 0 264.34 1 0.79
Hex C0 95 FF 19 2A 0 0 108 64 4F
Octal 300 225 377 31 52 0 0 410 144 117
Binary 11000000 10010101 11111111 11001 101010 0 0 100001000 1100100 1001111

Color Harmonies of #C095FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C095FF

Black with #C095FF

Text Example


Text Example

White with #C095FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C095FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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