Html Css Color HEX #C5A5DB Perfume

📋 copy color: '#C5A5DB'

red 197 ◦ green 165 ◦ blue 219

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

Shades of Perfume #C5A5DB

Tints of Perfume #C5A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.4%

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 33.91%
G = 28.4%
B = 37.69%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A5DB (or 0xC5A5DB) is known color: Perfume. HEX triplet: C5, A5 and DB. RGB value is (197,165,219). Sum of RGB (Red+Green+Blue) = 197+165+219=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 165 (64.84% from 255 or 28.40% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5A5DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5DB is #3A5A24. Grayscale: #B4B4B4. Windows color (decimal): -3824165 or 14394821. OLE color: 14394821.

HSL color Cylindrical-coordinate representation of color #C5A5DB: hue angle of 275.56º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A5DB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 165 219 -
CMYK 0.10 0.25 0 0.14
HSL 275.56º 0.43% 0.75% -
HSV(B) 275.56º 0.25% 0.86% -
XYZ 49.27 43.9 72.89 -
YUV 180.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 197 165 219 0.10 0.25 0 0.14 275.56 0.43 0.75
Hex C5 A5 DB A 19 0 E 114 2B 4B
Octal 305 245 333 12 31 0 16 424 53 113
Binary 11000101 10100101 11011011 1010 11001 0 1110 100010100 101011 1001011

Color Harmonies of #C5A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A5DB

Black with #C5A5DB

Text Example


Text Example

White with #C5A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A5DB; }

 p { color: rgb(197,165,219); }

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

background-color css

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

 a { background-color: rgb(197,165,219); }

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

border-color css

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

 span { border-color: rgb(197,165,219); }

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