Html Css Color HEX #C393FC Perfume

📋 copy color: '#C393FC'

red 195 ◦ green 147 ◦ blue 252

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

Shades of Perfume #C393FC

Tints of Perfume #C393FC

RGB

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

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

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

R = 32.83%
G = 24.75%
B = 42.42%

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

#C393FC (or 0xC393FC) is known color: Perfume. HEX triplet: C3, 93 and FC. RGB value is (195,147,252). Sum of RGB (Red+Green+Blue) = 195+147+252=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #C393FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393FC is #3C6C03. Grayscale: #ACACAC. Windows color (decimal): -3959812 or 16552899. OLE color: 16552899.

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

Color convert

RGB 195 147 252 -
CMYK 0.23 0.42 0 0.01
HSL 267.43º 0.95% 0.78% -
HSV(B) 267.43º 0.42% 0.99% -
XYZ 50.51 39.5 97.06 -
YUV 173.32 172.4 143.46 -
System Red Green Blue C M Y K H S L
Decimal 195 147 252 0.23 0.42 0 0.01 267.43 0.95 0.78
Hex C3 93 FC 17 2A 0 1 10B 5F 4E
Octal 303 223 374 27 52 0 1 413 137 116
Binary 11000011 10010011 11111100 10111 101010 0 1 100001011 1011111 1001110

Color Harmonies of #C393FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393FC

Black with #C393FC

Text Example


Text Example

White with #C393FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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