#C8AFE9

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

Shades of Perfume #C8AFE9

Tints of Perfume #C8AFE9

Color information

#C8AFE9 (or 0xC8AFE9) is unknown color: approx Perfume. HEX triplet: C8, AF and E9. RGB value is (200,175,233). Sum of RGB (Red+Green+Blue) = 200+175+233=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 233 (91.41% from 255 or 38.32% from 608); Max value from RGB is 233 - color contains mainly: blue. Hex color #C8AFE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFE9 is #375016. Grayscale: #BCBCBC. Windows color (decimal): -3624983 or 15314888. OLE color: 15314888.

HSL color Cylindrical-coordinate representation of color #C8AFE9: hue angle of 265.86º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8AFE9 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB200175233-
CMYK0.140.2500.09
HSL265.86º56.86%80%-
HSV(B)265.86º24.89%91.37%-
XYZ53.8648.8283.68-
YUV189.09152.78135.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.89%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 233 (91.41% from 255) = 38.32%
R=32.89%
G=28.78%
B=38.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2001752330.140.2500.09265.8656.8680
HexC8AFE9E190910a3950
Octal310257351163101141271120
Binary110010001010111111101001111011001010011000010101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFE9; }

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

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

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

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

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

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

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

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