Html Css Color HEX #C7AFDA Perfume

📋 copy color: '#C7AFDA'

red 199 ◦ green 175 ◦ blue 218

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

Shades of Perfume #C7AFDA

Tints of Perfume #C7AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.82%

R = 33.61%
G = 29.56%
B = 36.82%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C7AFDA (or 0xC7AFDA) is known color: Perfume. HEX triplet: C7, AF and DA. RGB value is (199,175,218). Sum of RGB (Red+Green+Blue) = 199+175+218=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDA is #385025. Grayscale: #BABABA. Windows color (decimal): -3690534 or 14331847. OLE color: 14331847.

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

Color convert

RGB 199 175 218 -
CMYK 0.09 0.20 0 0.15
HSL 273.49º 0.37% 0.77% -
HSV(B) 273.49º 0.2% 0.85% -
XYZ 51.54 47.86 72.85 -
YUV 187.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 199 175 218 0.09 0.20 0 0.15 273.49 0.37 0.77
Hex C7 AF DA 9 14 0 F 111 25 4D
Octal 307 257 332 11 24 0 17 421 45 115
Binary 11000111 10101111 11011010 1001 10100 0 1111 100010001 100101 1001101

Color Harmonies of #C7AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFDA

Black with #C7AFDA

Text Example


Text Example

White with #C7AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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