#C8AFDA

Color #C8AFDA Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C8AFDA

Tints of Perfume #C8AFDA

Color information

#C8AFDA (or 0xC8AFDA) is unknown color: approx Perfume. HEX triplet: C8, AF and DA. RGB value is (200,175,218). Sum of RGB (Red+Green+Blue) = 200+175+218=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDA is #375025. Grayscale: #BBBBBB. Windows color (decimal): -3624998 or 14331848. OLE color: 14331848.

HSL color Cylindrical-coordinate representation of color #C8AFDA: hue angle of 274.88º 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 #C8AFDA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200175218-
CMYK0.080.2000.15
HSL274.88º36.75%77.06%-
HSV(B)274.88º19.72%85.49%-
XYZ51.84872.86-
YUV187.38145.28137-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.73%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=33.73%
G=29.51%
B=36.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001752180.080.2000.15274.8836.7577.06
HexC8AFDA8140F113254d
Octal310257332102401742345115
Binary110010001010111111011010100010100011111000100111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFDA; }

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

 H1.HeaderClassName
 {
   color: #C8AFDA;
 }
 .AnyTagClassName
 {
   color: #C8AFDA;
 }
</style>
background-color css

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

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

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

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

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

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