Html Css Color HEX #C394FD Perfume

📋 copy color: '#C394FD'

red 195 ◦ green 148 ◦ blue 253

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

Shades of Perfume #C394FD

Tints of Perfume #C394FD

RGB

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

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

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

R = 32.72%
G = 24.83%
B = 42.45%

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

#C394FD (or 0xC394FD) is known color: Perfume. HEX triplet: C3, 94 and FD. RGB value is (195,148,253). Sum of RGB (Red+Green+Blue) = 195+148+253=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #C394FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FD is #3C6B02. Grayscale: #ADADAD. Windows color (decimal): -3959555 or 16618691. OLE color: 16618691.

HSL color Cylindrical-coordinate representation of color #C394FD: hue angle of 266.86º 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 #C394FD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 148 253 -
CMYK 0.23 0.42 0 0.01
HSL 266.86º 0.96% 0.79% -
HSV(B) 266.86º 0.42% 0.99% -
XYZ 50.83 39.87 97.95 -
YUV 174.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 195 148 253 0.23 0.42 0 0.01 266.86 0.96 0.79
Hex C3 94 FD 17 2A 0 1 10B 60 4F
Octal 303 224 375 27 52 0 1 413 140 117
Binary 11000011 10010100 11111101 10111 101010 0 1 100001011 1100000 1001111

Color Harmonies of #C394FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394FD

Black with #C394FD

Text Example


Text Example

White with #C394FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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