Html Css Color HEX #C398F0 Perfume

📋 copy color: '#C398F0'

red 195 ◦ green 152 ◦ blue 240

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

Shades of Perfume #C398F0

Tints of Perfume #C398F0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.89%

 BLUE value IS 240 (94.14% from 255) = 40.89%

R = 33.22%
G = 25.89%
B = 40.89%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C398F0 (or 0xC398F0) is known color: Perfume. HEX triplet: C3, 98 and F0. RGB value is (195,152,240). Sum of RGB (Red+Green+Blue) = 195+152+240=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 240 (94.14% from 255 or 40.89% from 587); Max value from RGB is 240 - color contains mainly: blue. Hex color #C398F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C398F0 is #3C670F. Grayscale: #AEAEAE. Windows color (decimal): -3958544 or 15767747. OLE color: 15767747.

HSL color Cylindrical-coordinate representation of color #C398F0: hue angle of 269.32º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C398F0 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 152 240 -
CMYK 0.19 0.37 0 0.06
HSL 269.32º 0.75% 0.77% -
HSV(B) 269.32º 0.37% 0.94% -
XYZ 49.46 40.35 87.62 -
YUV 174.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 195 152 240 0.19 0.37 0 0.06 269.32 0.75 0.77
Hex C3 98 F0 13 25 0 6 10D 4B 4D
Octal 303 230 360 23 45 0 6 415 113 115
Binary 11000011 10011000 11110000 10011 100101 0 110 100001101 1001011 1001101

Color Harmonies of #C398F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398F0

Black with #C398F0

Text Example


Text Example

White with #C398F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398F0; }

 p { color: rgb(195,152,240); }

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

background-color css

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

 a { background-color: rgb(195,152,240); }

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

border-color css

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

 span { border-color: rgb(195,152,240); }

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