Html Css Color HEX #C7AFDC Perfume

📋 copy color: '#C7AFDC'

red 199 ◦ green 175 ◦ blue 220

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

Shades of Perfume #C7AFDC

Tints of Perfume #C7AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 33.5%
G = 29.46%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7AFDC (or 0xC7AFDC) is known color: Perfume. HEX triplet: C7, AF and DC. RGB value is (199,175,220). Sum of RGB (Red+Green+Blue) = 199+175+220=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDC is #385023. Grayscale: #BBBBBB. Windows color (decimal): -3690532 or 14462919. OLE color: 14462919.

HSL color Cylindrical-coordinate representation of color #C7AFDC: hue angle of 272º degrees, saturation: 0.39, 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 #C7AFDC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 175 220 -
CMYK 0.10 0.20 0 0.14
HSL 272º 0.39% 0.77% -
HSV(B) 272º 0.2% 0.86% -
XYZ 51.8 47.97 74.24 -
YUV 187.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 199 175 220 0.10 0.20 0 0.14 272 0.39 0.77
Hex C7 AF DC A 14 0 E 110 27 4D
Octal 307 257 334 12 24 0 16 420 47 115
Binary 11000111 10101111 11011100 1010 10100 0 1110 100010000 100111 1001101

Color Harmonies of #C7AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFDC

Black with #C7AFDC

Text Example


Text Example

White with #C7AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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