Html Css Color HEX #C495FC Perfume

📋 copy color: '#C495FC'

red 196 ◦ green 149 ◦ blue 252

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

Shades of Perfume #C495FC

Tints of Perfume #C495FC

RGB

 RED value IS 196 (76.95% from 255) = 32.83%

 GREEN value IS 149 (58.59% from 255) = 24.96%

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

R = 32.83%
G = 24.96%
B = 42.21%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C495FC (or 0xC495FC) is known color: Perfume. HEX triplet: C4, 95 and FC. RGB value is (196,149,252). Sum of RGB (Red+Green+Blue) = 196+149+252=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #C495FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FC is #3B6A03. Grayscale: #AEAEAE. Windows color (decimal): -3893764 or 16553412. OLE color: 16553412.

HSL color Cylindrical-coordinate representation of color #C495FC: hue angle of 267.38º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C495FC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 149 252 -
CMYK 0.22 0.41 0 0.01
HSL 267.38º 0.94% 0.79% -
HSV(B) 267.38º 0.41% 0.99% -
XYZ 51.08 40.26 97.17 -
YUV 174.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 196 149 252 0.22 0.41 0 0.01 267.38 0.94 0.79
Hex C4 95 FC 16 29 0 1 10B 5E 4F
Octal 304 225 374 26 51 0 1 413 136 117
Binary 11000100 10010101 11111100 10110 101001 0 1 100001011 1011110 1001111

Color Harmonies of #C495FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495FC

Black with #C495FC

Text Example


Text Example

White with #C495FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495FC; }

 p { color: rgb(196,149,252); }

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

background-color css

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

 a { background-color: rgb(196,149,252); }

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

border-color css

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

 span { border-color: rgb(196,149,252); }

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