Html Css Color HEX #C7AFDD Perfume

📋 copy color: '#C7AFDD'

red 199 ◦ green 175 ◦ blue 221

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

Shades of Perfume #C7AFDD

Tints of Perfume #C7AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 33.45%
G = 29.41%
B = 37.14%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7AFDD (or 0xC7AFDD) is known color: Perfume. HEX triplet: C7, AF and DD. RGB value is (199,175,221). Sum of RGB (Red+Green+Blue) = 199+175+221=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDD is #385022. Grayscale: #BBBBBB. Windows color (decimal): -3690531 or 14528455. OLE color: 14528455.

HSL color Cylindrical-coordinate representation of color #C7AFDD: hue angle of 271.3º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7AFDD is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 175 221 -
CMYK 0.10 0.21 0 0.13
HSL 271.3º 0.4% 0.78% -
HSV(B) 271.3º 0.21% 0.87% -
XYZ 51.93 48.02 74.94 -
YUV 187.42 146.95 136.26 -
System Red Green Blue C M Y K H S L
Decimal 199 175 221 0.10 0.21 0 0.13 271.3 0.4 0.78
Hex C7 AF DD A 15 0 D 10F 28 4E
Octal 307 257 335 12 25 0 15 417 50 116
Binary 11000111 10101111 11011101 1010 10101 0 1101 100001111 101000 1001110

Color Harmonies of #C7AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFDD

Black with #C7AFDD

Text Example


Text Example

White with #C7AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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