Html Css Color HEX #C394FB Perfume

📋 copy color: '#C394FB'

red 195 ◦ green 148 ◦ blue 251

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

Shades of Perfume #C394FB

Tints of Perfume #C394FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 32.83%
G = 24.92%
B = 42.26%

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

#C394FB (or 0xC394FB) is known color: Perfume. HEX triplet: C3, 94 and FB. RGB value is (195,148,251). Sum of RGB (Red+Green+Blue) = 195+148+251=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C394FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FB is #3C6B04. Grayscale: #ADADAD. Windows color (decimal): -3959557 or 16487619. OLE color: 16487619.

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

Color convert

RGB 195 148 251 -
CMYK 0.22 0.41 0 0.02
HSL 267.38º 0.93% 0.78% -
HSV(B) 267.38º 0.41% 0.98% -
XYZ 50.51 39.75 96.28 -
YUV 173.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 195 148 251 0.22 0.41 0 0.02 267.38 0.93 0.78
Hex C3 94 FB 16 29 0 2 10B 5D 4E
Octal 303 224 373 26 51 0 2 413 135 116
Binary 11000011 10010100 11111011 10110 101001 0 10 100001011 1011101 1001110

Color Harmonies of #C394FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394FB

Black with #C394FB

Text Example


Text Example

White with #C394FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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