Html Css Color HEX #C393FF Perfume

📋 copy color: '#C393FF'

red 195 ◦ green 147 ◦ blue 255

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

Shades of Perfume #C393FF

Tints of Perfume #C393FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 32.66%
G = 24.62%
B = 42.71%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C393FF (or 0xC393FF) is known color: Perfume. HEX triplet: C3, 93 and FF. RGB value is (195,147,255). Sum of RGB (Red+Green+Blue) = 195+147+255=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #C393FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C393FF is #3C6C00. Grayscale: #ADADAD. Windows color (decimal): -3959809 or 16749507. OLE color: 16749507.

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

Color convert

RGB 195 147 255 -
CMYK 0.24 0.42 0 0
HSL 266.67º 1% 0.79% -
HSV(B) 266.67º 0.42% 1% -
XYZ 50.99 39.69 99.58 -
YUV 173.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 195 147 255 0.24 0.42 0 0 266.67 1 0.79
Hex C3 93 FF 18 2A 0 0 10B 64 4F
Octal 303 223 377 30 52 0 0 413 144 117
Binary 11000011 10010011 11111111 11000 101010 0 0 100001011 1100100 1001111

Color Harmonies of #C393FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C393FF

Black with #C393FF

Text Example


Text Example

White with #C393FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C393FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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