Html Css Color HEX #C7A8DC Perfume

📋 copy color: '#C7A8DC'

red 199 ◦ green 168 ◦ blue 220

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

Shades of Perfume #C7A8DC

Tints of Perfume #C7A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.62%

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

R = 33.9%
G = 28.62%
B = 37.48%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7A8DC (or 0xC7A8DC) is known color: Perfume. HEX triplet: C7, A8 and DC. RGB value is (199,168,220). Sum of RGB (Red+Green+Blue) = 199+168+220=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 168 (66.02% from 255 or 28.62% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7A8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8DC is #385723. Grayscale: #B7B7B7. Windows color (decimal): -3692324 or 14461127. OLE color: 14461127.

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

Color convert

RGB 199 168 220 -
CMYK 0.10 0.24 0 0.14
HSL 275.77º 0.43% 0.76% -
HSV(B) 275.77º 0.24% 0.86% -
XYZ 50.47 45.31 73.8 -
YUV 183.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 199 168 220 0.10 0.24 0 0.14 275.77 0.43 0.76
Hex C7 A8 DC A 18 0 E 114 2B 4C
Octal 307 250 334 12 30 0 16 424 53 114
Binary 11000111 10101000 11011100 1010 11000 0 1110 100010100 101011 1001100

Color Harmonies of #C7A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A8DC

Black with #C7A8DC

Text Example


Text Example

White with #C7A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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