Html Css Color HEX #C295FF Perfume

📋 copy color: '#C295FF'

red 194 ◦ green 149 ◦ blue 255

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

Shades of Perfume #C295FF

Tints of Perfume #C295FF

RGB

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

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

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

R = 32.44%
G = 24.92%
B = 42.64%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C295FF (or 0xC295FF) is known color: Perfume. HEX triplet: C2, 95 and FF. RGB value is (194,149,255). Sum of RGB (Red+Green+Blue) = 194+149+255=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C295FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295FF is #3D6A00. Grayscale: #AEAEAE. Windows color (decimal): -4024833 or 16750018. OLE color: 16750018.

HSL color Cylindrical-coordinate representation of color #C295FF: hue angle of 265.47º 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 #C295FF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 149 255 -
CMYK 0.24 0.42 0 0
HSL 265.47º 1% 0.79% -
HSV(B) 265.47º 0.42% 1% -
XYZ 51.05 40.18 99.67 -
YUV 174.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 194 149 255 0.24 0.42 0 0 265.47 1 0.79
Hex C2 95 FF 18 2A 0 0 109 64 4F
Octal 302 225 377 30 52 0 0 411 144 117
Binary 11000010 10010101 11111111 11000 101010 0 0 100001001 1100100 1001111

Color Harmonies of #C295FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295FF

Black with #C295FF

Text Example


Text Example

White with #C295FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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