Html Css Color HEX #C396F8 Perfume

📋 copy color: '#C396F8'

red 195 ◦ green 150 ◦ blue 248

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

Shades of Perfume #C396F8

Tints of Perfume #C396F8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.3%

 BLUE value IS 248 (97.27% from 255) = 41.82%

R = 32.88%
G = 25.3%
B = 41.82%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C396F8 (or 0xC396F8) is known color: Perfume. HEX triplet: C3, 96 and F8. RGB value is (195,150,248). Sum of RGB (Red+Green+Blue) = 195+150+248=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #C396F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396F8 is #3C6907. Grayscale: #AEAEAE. Windows color (decimal): -3959048 or 16291523. OLE color: 16291523.

HSL color Cylindrical-coordinate representation of color #C396F8: hue angle of 267.55º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C396F8 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 195 150 248 -
CMYK 0.21 0.40 0 0.03
HSL 267.55º 0.88% 0.78% -
HSV(B) 267.55º 0.4% 0.97% -
XYZ 50.36 40.19 93.91 -
YUV 174.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 195 150 248 0.21 0.40 0 0.03 267.55 0.88 0.78
Hex C3 96 F8 15 28 0 3 10C 58 4E
Octal 303 226 370 25 50 0 3 414 130 116
Binary 11000011 10010110 11111000 10101 101000 0 11 100001100 1011000 1001110

Color Harmonies of #C396F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C396F8

Black with #C396F8

Text Example


Text Example

White with #C396F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C396F8; }

 p { color: rgb(195,150,248); }

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

background-color css

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

 a { background-color: rgb(195,150,248); }

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

border-color css

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

 span { border-color: rgb(195,150,248); }

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