Html Css Color HEX #C5A7E0 Perfume

📋 copy color: '#C5A7E0'

red 197 ◦ green 167 ◦ blue 224

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

Shades of Perfume #C5A7E0

Tints of Perfume #C5A7E0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.4%

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 33.5%
G = 28.4%
B = 38.1%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C5A7E0 (or 0xC5A7E0) is known color: Perfume. HEX triplet: C5, A7 and E0. RGB value is (197,167,224). Sum of RGB (Red+Green+Blue) = 197+167+224=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5A7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7E0 is #3A581F. Grayscale: #B6B6B6. Windows color (decimal): -3823648 or 14723013. OLE color: 14723013.

HSL color Cylindrical-coordinate representation of color #C5A7E0: hue angle of 271.58º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A7E0 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 167 224 -
CMYK 0.12 0.25 0 0.12
HSL 271.58º 0.48% 0.77% -
HSV(B) 271.58º 0.25% 0.88% -
XYZ 50.3 44.89 76.53 -
YUV 182.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 197 167 224 0.12 0.25 0 0.12 271.58 0.48 0.77
Hex C5 A7 E0 C 19 0 C 110 30 4D
Octal 305 247 340 14 31 0 14 420 60 115
Binary 11000101 10100111 11100000 1100 11001 0 1100 100010000 110000 1001101

Color Harmonies of #C5A7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A7E0

Black with #C5A7E0

Text Example


Text Example

White with #C5A7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A7E0; }

 p { color: rgb(197,167,224); }

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

background-color css

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

 a { background-color: rgb(197,167,224); }

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

border-color css

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

 span { border-color: rgb(197,167,224); }

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