Html Css Color HEX #C394FE Perfume

📋 copy color: '#C394FE'

red 195 ◦ green 148 ◦ blue 254

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

Shades of Perfume #C394FE

Tints of Perfume #C394FE

RGB

 RED value IS 195 (76.56% from 255) = 32.66%

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

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 32.66%
G = 24.79%
B = 42.55%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C394FE (or 0xC394FE) is known color: Perfume. HEX triplet: C3, 94 and FE. RGB value is (195,148,254). Sum of RGB (Red+Green+Blue) = 195+148+254=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C394FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FE is #3C6B01. Grayscale: #ADADAD. Windows color (decimal): -3959554 or 16684227. OLE color: 16684227.

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

Color convert

RGB 195 148 254 -
CMYK 0.23 0.42 0 0.00
HSL 266.6º 0.98% 0.79% -
HSV(B) 266.6º 0.42% 1% -
XYZ 50.98 39.94 98.79 -
YUV 174.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 195 148 254 0.23 0.42 0 0.00 266.6 0.98 0.79
Hex C3 94 FE 17 2A 0 0 10B 62 4F
Octal 303 224 376 27 52 0 0 413 142 117
Binary 11000011 10010100 11111110 10111 101010 0 0 100001011 1100010 1001111

Color Harmonies of #C394FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394FE

Black with #C394FE

Text Example


Text Example

White with #C394FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394FE; }

 p { color: rgb(195,148,254); }

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

background-color css

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

 a { background-color: rgb(195,148,254); }

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

border-color css

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

 span { border-color: rgb(195,148,254); }

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