Html Css Color HEX #C7AFDE Perfume

📋 copy color: '#C7AFDE'

red 199 ◦ green 175 ◦ blue 222

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

Shades of Perfume #C7AFDE

Tints of Perfume #C7AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.25%

R = 33.39%
G = 29.36%
B = 37.25%

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

#C7AFDE (or 0xC7AFDE) is known color: Perfume. HEX triplet: C7, AF and DE. RGB value is (199,175,222). Sum of RGB (Red+Green+Blue) = 199+175+222=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 175 (68.75% from 255 or 29.36% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDE is #385021. Grayscale: #BBBBBB. Windows color (decimal): -3690530 or 14593991. OLE color: 14593991.

HSL color Cylindrical-coordinate representation of color #C7AFDE: hue angle of 270.64º degrees, saturation: 0.42, 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 #C7AFDE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 175 222 -
CMYK 0.10 0.21 0 0.13
HSL 270.64º 0.42% 0.78% -
HSV(B) 270.64º 0.21% 0.87% -
XYZ 52.07 48.08 75.64 -
YUV 187.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 199 175 222 0.10 0.21 0 0.13 270.64 0.42 0.78
Hex C7 AF DE A 15 0 D 10F 2A 4E
Octal 307 257 336 12 25 0 15 417 52 116
Binary 11000111 10101111 11011110 1010 10101 0 1101 100001111 101010 1001110

Color Harmonies of #C7AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFDE

Black with #C7AFDE

Text Example


Text Example

White with #C7AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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