#C8AFDC

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

Shades of Perfume #C8AFDC

Tints of Perfume #C8AFDC

Color information

#C8AFDC (or 0xC8AFDC) is unknown color: approx Perfume. HEX triplet: C8, AF and DC. RGB value is (200,175,220). Sum of RGB (Red+Green+Blue) = 200+175+220=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFDC is #375023. Grayscale: #BBBBBB. Windows color (decimal): -3624996 or 14462920. OLE color: 14462920.

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

Color convert

RGB200175220-
CMYK0.090.2000.14
HSL273.33º39.13%77.45%-
HSV(B)273.33º20.45%86.27%-
XYZ52.0748.1174.25-
YUV187.6146.28136.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=33.61%
G=29.41%
B=36.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001752200.090.2000.14273.3339.1377.45
HexC8AFDC9140E111274d
Octal310257334112401642147115
Binary110010001010111111011100100110100011101000100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFDC; }

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

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

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

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

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

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

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

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