Html Css Color HEX #C294FA Perfume

📋 copy color: '#C294FA'

red 194 ◦ green 148 ◦ blue 250

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

Shades of Perfume #C294FA

Tints of Perfume #C294FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 32.77%
G = 25%
B = 42.23%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C294FA (or 0xC294FA) is known color: Perfume. HEX triplet: C2, 94 and FA. RGB value is (194,148,250). Sum of RGB (Red+Green+Blue) = 194+148+250=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #C294FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294FA is #3D6B05. Grayscale: #ADADAD. Windows color (decimal): -4025094 or 16422082. OLE color: 16422082.

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

Color convert

RGB 194 148 250 -
CMYK 0.22 0.41 0 0.02
HSL 267.06º 0.91% 0.78% -
HSV(B) 267.06º 0.41% 0.98% -
XYZ 50.09 39.55 95.44 -
YUV 173.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 194 148 250 0.22 0.41 0 0.02 267.06 0.91 0.78
Hex C2 94 FA 16 29 0 2 10B 5B 4E
Octal 302 224 372 26 51 0 2 413 133 116
Binary 11000010 10010100 11111010 10110 101001 0 10 100001011 1011011 1001110

Color Harmonies of #C294FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C294FA

Black with #C294FA

Text Example


Text Example

White with #C294FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C294FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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