Html Css Color HEX #C294FD Perfume

📋 copy color: '#C294FD'

red 194 ◦ green 148 ◦ blue 253

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

Shades of Perfume #C294FD

Tints of Perfume #C294FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.52%

R = 32.61%
G = 24.87%
B = 42.52%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C294FD (or 0xC294FD) is known color: Perfume. HEX triplet: C2, 94 and FD. RGB value is (194,148,253). Sum of RGB (Red+Green+Blue) = 194+148+253=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #C294FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294FD is #3D6B02. Grayscale: #ADADAD. Windows color (decimal): -4025091 or 16618690. OLE color: 16618690.

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

Color convert

RGB 194 148 253 -
CMYK 0.23 0.42 0 0.01
HSL 266.29º 0.96% 0.79% -
HSV(B) 266.29º 0.42% 0.99% -
XYZ 50.57 39.74 97.93 -
YUV 173.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 194 148 253 0.23 0.42 0 0.01 266.29 0.96 0.79
Hex C2 94 FD 17 2A 0 1 10A 60 4F
Octal 302 224 375 27 52 0 1 412 140 117
Binary 11000010 10010100 11111101 10111 101010 0 1 100001010 1100000 1001111

Color Harmonies of #C294FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294FD

Black with #C294FD

Text Example


Text Example

White with #C294FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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