Html Css Color HEX #C495FB Perfume

📋 copy color: '#C495FB'

red 196 ◦ green 149 ◦ blue 251

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

Shades of Perfume #C495FB

Tints of Perfume #C495FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.11%

R = 32.89%
G = 25%
B = 42.11%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C495FB (or 0xC495FB) is known color: Perfume. HEX triplet: C4, 95 and FB. RGB value is (196,149,251). Sum of RGB (Red+Green+Blue) = 196+149+251=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C495FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FB is #3B6A04. Grayscale: #AEAEAE. Windows color (decimal): -3893765 or 16487876. OLE color: 16487876.

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

Color convert

RGB 196 149 251 -
CMYK 0.22 0.41 0 0.02
HSL 267.65º 0.93% 0.78% -
HSV(B) 267.65º 0.41% 0.98% -
XYZ 50.92 40.2 96.34 -
YUV 174.68 171.07 143.21 -
System Red Green Blue C M Y K H S L
Decimal 196 149 251 0.22 0.41 0 0.02 267.65 0.93 0.78
Hex C4 95 FB 16 29 0 2 10C 5D 4E
Octal 304 225 373 26 51 0 2 414 135 116
Binary 11000100 10010101 11111011 10110 101001 0 10 100001100 1011101 1001110

Color Harmonies of #C495FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495FB

Black with #C495FB

Text Example


Text Example

White with #C495FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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