Html Css Color HEX #C295F6 Perfume

📋 copy color: '#C295F6'

red 194 ◦ green 149 ◦ blue 246

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

Shades of Perfume #C295F6

Tints of Perfume #C295F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.77%

R = 32.94%
G = 25.3%
B = 41.77%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C295F6 (or 0xC295F6) is known color: Perfume. HEX triplet: C2, 95 and F6. RGB value is (194,149,246). Sum of RGB (Red+Green+Blue) = 194+149+246=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 246 (96.48% from 255 or 41.77% from 589); Max value from RGB is 246 - color contains mainly: blue. Hex color #C295F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295F6 is #3D6A09. Grayscale: #ADADAD. Windows color (decimal): -4024842 or 16160194. OLE color: 16160194.

HSL color Cylindrical-coordinate representation of color #C295F6: hue angle of 267.84º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C295F6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 149 246 -
CMYK 0.21 0.39 0 0.04
HSL 267.84º 0.84% 0.77% -
HSV(B) 267.84º 0.39% 0.96% -
XYZ 49.63 39.62 92.22 -
YUV 173.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 194 149 246 0.21 0.39 0 0.04 267.84 0.84 0.77
Hex C2 95 F6 15 27 0 4 10C 54 4D
Octal 302 225 366 25 47 0 4 414 124 115
Binary 11000010 10010101 11110110 10101 100111 0 100 100001100 1010100 1001101

Color Harmonies of #C295F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295F6

Black with #C295F6

Text Example


Text Example

White with #C295F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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