Html Css Color HEX #C394FC Perfume

📋 copy color: '#C394FC'

red 195 ◦ green 148 ◦ blue 252

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

Shades of Perfume #C394FC

Tints of Perfume #C394FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.35%

R = 32.77%
G = 24.87%
B = 42.35%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C394FC (or 0xC394FC) is known color: Perfume. HEX triplet: C3, 94 and FC. RGB value is (195,148,252). Sum of RGB (Red+Green+Blue) = 195+148+252=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #C394FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FC is #3C6B03. Grayscale: #ADADAD. Windows color (decimal): -3959556 or 16553155. OLE color: 16553155.

HSL color Cylindrical-coordinate representation of color #C394FC: hue angle of 267.12º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C394FC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 148 252 -
CMYK 0.23 0.41 0 0.01
HSL 267.12º 0.95% 0.78% -
HSV(B) 267.12º 0.41% 0.99% -
XYZ 50.67 39.81 97.11 -
YUV 173.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 195 148 252 0.23 0.41 0 0.01 267.12 0.95 0.78
Hex C3 94 FC 17 29 0 1 10B 5F 4E
Octal 303 224 374 27 51 0 1 413 137 116
Binary 11000011 10010100 11111100 10111 101001 0 1 100001011 1011111 1001110

Color Harmonies of #C394FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394FC

Black with #C394FC

Text Example


Text Example

White with #C394FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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