Html Css Color HEX #C293FA Perfume

📋 copy color: '#C293FA'

red 194 ◦ green 147 ◦ blue 250

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

Shades of Perfume #C293FA

Tints of Perfume #C293FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.87%

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

R = 32.83%
G = 24.87%
B = 42.3%

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

#C293FA (or 0xC293FA) is known color: Perfume. HEX triplet: C2, 93 and FA. RGB value is (194,147,250). Sum of RGB (Red+Green+Blue) = 194+147+250=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #C293FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293FA is #3D6C05. Grayscale: #ACACAC. Windows color (decimal): -4025350 or 16421826. OLE color: 16421826.

HSL color Cylindrical-coordinate representation of color #C293FA: hue angle of 267.38º 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 #C293FA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 147 250 -
CMYK 0.22 0.41 0 0.02
HSL 267.38º 0.91% 0.78% -
HSV(B) 267.38º 0.41% 0.98% -
XYZ 49.94 39.24 95.38 -
YUV 172.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 194 147 250 0.22 0.41 0 0.02 267.38 0.91 0.78
Hex C2 93 FA 16 29 0 2 10B 5B 4E
Octal 302 223 372 26 51 0 2 413 133 116
Binary 11000010 10010011 11111010 10110 101001 0 10 100001011 1011011 1001110

Color Harmonies of #C293FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C293FA

Black with #C293FA

Text Example


Text Example

White with #C293FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C293FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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