Html Css Color HEX #C295F9 Perfume

📋 copy color: '#C295F9'

red 194 ◦ green 149 ◦ blue 249

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

Shades of Perfume #C295F9

Tints of Perfume #C295F9

RGB

 RED value IS 194 (76.17% from 255) = 32.77%

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

 BLUE value IS 249 (97.66% from 255) = 42.06%

R = 32.77%
G = 25.17%
B = 42.06%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C295F9 (or 0xC295F9) is known color: Perfume. HEX triplet: C2, 95 and F9. RGB value is (194,149,249). Sum of RGB (Red+Green+Blue) = 194+149+249=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #C295F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295F9 is #3D6A06. Grayscale: #ADADAD. Windows color (decimal): -4024839 or 16356802. OLE color: 16356802.

HSL color Cylindrical-coordinate representation of color #C295F9: hue angle of 267º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C295F9 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 149 249 -
CMYK 0.22 0.40 0 0.02
HSL 267º 0.89% 0.78% -
HSV(B) 267º 0.4% 0.98% -
XYZ 50.09 39.8 94.67 -
YUV 173.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 194 149 249 0.22 0.40 0 0.02 267 0.89 0.78
Hex C2 95 F9 16 28 0 2 10B 59 4E
Octal 302 225 371 26 50 0 2 413 131 116
Binary 11000010 10010101 11111001 10110 101000 0 10 100001011 1011001 1001110

Color Harmonies of #C295F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295F9

Black with #C295F9

Text Example


Text Example

White with #C295F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295F9; }

 p { color: rgb(194,149,249); }

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

background-color css

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

 a { background-color: rgb(194,149,249); }

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

border-color css

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

 span { border-color: rgb(194,149,249); }

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