Html Css Color HEX #C495FD Perfume

📋 copy color: '#C495FD'

red 196 ◦ green 149 ◦ blue 253

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

Shades of Perfume #C495FD

Tints of Perfume #C495FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 32.78%
G = 24.92%
B = 42.31%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C495FD (or 0xC495FD) is known color: Perfume. HEX triplet: C4, 95 and FD. RGB value is (196,149,253). Sum of RGB (Red+Green+Blue) = 196+149+253=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C495FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FD is #3B6A02. Grayscale: #AEAEAE. Windows color (decimal): -3893763 or 16618948. OLE color: 16618948.

HSL color Cylindrical-coordinate representation of color #C495FD: hue angle of 267.12º degrees, saturation: 0.96, 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 #C495FD is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 149 253 -
CMYK 0.23 0.41 0 0.01
HSL 267.12º 0.96% 0.79% -
HSV(B) 267.12º 0.41% 0.99% -
XYZ 51.24 40.32 98.01 -
YUV 174.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 196 149 253 0.23 0.41 0 0.01 267.12 0.96 0.79
Hex C4 95 FD 17 29 0 1 10B 60 4F
Octal 304 225 375 27 51 0 1 413 140 117
Binary 11000100 10010101 11111101 10111 101001 0 1 100001011 1100000 1001111

Color Harmonies of #C495FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495FD

Black with #C495FD

Text Example


Text Example

White with #C495FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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