Html Css Color HEX #C7AFDB Perfume

📋 copy color: '#C7AFDB'

red 199 ◦ green 175 ◦ blue 219

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

Shades of Perfume #C7AFDB

Tints of Perfume #C7AFDB

RGB

 RED value IS 199 (78.13% from 255) = 33.56%

 GREEN value IS 175 (68.75% from 255) = 29.51%

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

R = 33.56%
G = 29.51%
B = 36.93%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7AFDB (or 0xC7AFDB) is known color: Perfume. HEX triplet: C7, AF and DB. RGB value is (199,175,219). Sum of RGB (Red+Green+Blue) = 199+175+219=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDB is #385024. Grayscale: #BBBBBB. Windows color (decimal): -3690533 or 14397383. OLE color: 14397383.

HSL color Cylindrical-coordinate representation of color #C7AFDB: hue angle of 272.73º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7AFDB is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 175 219 -
CMYK 0.09 0.20 0 0.14
HSL 272.73º 0.38% 0.77% -
HSV(B) 272.73º 0.2% 0.86% -
XYZ 51.67 47.92 73.54 -
YUV 187.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 199 175 219 0.09 0.20 0 0.14 272.73 0.38 0.77
Hex C7 AF DB 9 14 0 E 111 26 4D
Octal 307 257 333 11 24 0 16 421 46 115
Binary 11000111 10101111 11011011 1001 10100 0 1110 100010001 100110 1001101

Color Harmonies of #C7AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFDB

Black with #C7AFDB

Text Example


Text Example

White with #C7AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFDB; }

 p { color: rgb(199,175,219); }

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

background-color css

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

 a { background-color: rgb(199,175,219); }

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

border-color css

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

 span { border-color: rgb(199,175,219); }

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