Html Css Color HEX #C5B4D5 Perfume

📋 copy color: '#C5B4D5'

red 197 ◦ green 180 ◦ blue 213

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

Shades of Perfume #C5B4D5

Tints of Perfume #C5B4D5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

 BLUE value IS 213 (83.59% from 255) = 36.1%

R = 33.39%
G = 30.51%
B = 36.1%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5B4D5 (or 0xC5B4D5) is known color: Perfume. HEX triplet: C5, B4 and D5. RGB value is (197,180,213). Sum of RGB (Red+Green+Blue) = 197+180+213=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5B4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B4D5 is #3A4B2A. Grayscale: #BCBCBC. Windows color (decimal): -3820331 or 14005445. OLE color: 14005445.

HSL color Cylindrical-coordinate representation of color #C5B4D5: hue angle of 270.91º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5B4D5 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 180 213 -
CMYK 0.08 0.15 0 0.16
HSL 270.91º 0.28% 0.77% -
HSV(B) 270.91º 0.15% 0.84% -
XYZ 51.36 49.32 69.76 -
YUV 188.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 197 180 213 0.08 0.15 0 0.16 270.91 0.28 0.77
Hex C5 B4 D5 8 F 0 10 10F 1C 4D
Octal 305 264 325 10 17 0 20 417 34 115
Binary 11000101 10110100 11010101 1000 1111 0 10000 100001111 11100 1001101

Color Harmonies of #C5B4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B4D5

Black with #C5B4D5

Text Example


Text Example

White with #C5B4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B4D5; }

 p { color: rgb(197,180,213); }

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

background-color css

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

 a { background-color: rgb(197,180,213); }

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

border-color css

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

 span { border-color: rgb(197,180,213); }

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