Html Css Color HEX #C294F8 Perfume

📋 copy color: '#C294F8'

red 194 ◦ green 148 ◦ blue 248

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

Shades of Perfume #C294F8

Tints of Perfume #C294F8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.08%

 BLUE value IS 248 (97.27% from 255) = 42.03%

R = 32.88%
G = 25.08%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C294F8 (or 0xC294F8) is known color: Perfume. HEX triplet: C2, 94 and F8. RGB value is (194,148,248). Sum of RGB (Red+Green+Blue) = 194+148+248=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 248 - color contains mainly: blue. Hex color #C294F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294F8 is #3D6B07. Grayscale: #ACACAC. Windows color (decimal): -4025096 or 16291010. OLE color: 16291010.

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

Color convert

RGB 194 148 248 -
CMYK 0.22 0.40 0 0.03
HSL 267.6º 0.88% 0.78% -
HSV(B) 267.6º 0.4% 0.97% -
XYZ 49.78 39.43 93.79 -
YUV 173.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 194 148 248 0.22 0.40 0 0.03 267.6 0.88 0.78
Hex C2 94 F8 16 28 0 3 10C 58 4E
Octal 302 224 370 26 50 0 3 414 130 116
Binary 11000010 10010100 11111000 10110 101000 0 11 100001100 1011000 1001110

Color Harmonies of #C294F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294F8

Black with #C294F8

Text Example


Text Example

White with #C294F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294F8; }

 p { color: rgb(194,148,248); }

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

background-color css

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

 a { background-color: rgb(194,148,248); }

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

border-color css

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

 span { border-color: rgb(194,148,248); }

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