Html Css Color HEX #C596FA Perfume

📋 copy color: '#C596FA'

red 197 ◦ green 150 ◦ blue 250

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

Shades of Perfume #C596FA

Tints of Perfume #C596FA

RGB

 RED value IS 197 (77.34% from 255) = 33%

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

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 33%
G = 25.13%
B = 41.88%

CMYK

 C value IS 0.21

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C596FA (or 0xC596FA) is known color: Perfume. HEX triplet: C5, 96 and FA. RGB value is (197,150,250). Sum of RGB (Red+Green+Blue) = 197+150+250=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C596FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596FA is #3A6905. Grayscale: #AFAFAF. Windows color (decimal): -3827974 or 16422597. OLE color: 16422597.

HSL color Cylindrical-coordinate representation of color #C596FA: hue angle of 268.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C596FA is Cyan = 0.21, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 150 250 -
CMYK 0.21 0.4 0 0.02
HSL 268.2º 0.91% 0.78% -
HSV(B) 268.2º 0.4% 0.98% -
XYZ 51.19 40.59 95.58 -
YUV 175.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 197 150 250 0.21 0.4 0 0.02 268.2 0.91 0.78
Hex C5 96 FA 15 28 0 2 10C 5B 4E
Octal 305 226 372 25 50 0 2 414 133 116
Binary 11000101 10010110 11111010 10101 101000 0 10 100001100 1011011 1001110

Color Harmonies of #C596FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C596FA

Black with #C596FA

Text Example


Text Example

White with #C596FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C596FA; }

 p { color: rgb(197,150,250); }

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

background-color css

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

 a { background-color: rgb(197,150,250); }

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

border-color css

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

 span { border-color: rgb(197,150,250); }

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