#C69DF1

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

Shades of Perfume #C69DF1

Tints of Perfume #C69DF1

Color information

#C69DF1 (or 0xC69DF1) is unknown color: approx Perfume. HEX triplet: C6, 9D and F1. RGB value is (198,157,241). Sum of RGB (Red+Green+Blue) = 198+157+241=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 157 (61.72% from 255 or 26.34% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #C69DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DF1 is #39620E. Grayscale: #B2B2B2. Windows color (decimal): -3760655 or 15834566. OLE color: 15834566.

HSL color Cylindrical-coordinate representation of color #C69DF1: hue angle of 269.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C69DF1 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198157241-
CMYK0.180.3500.05
HSL269.29º75%78.04%-
HSV(B)269.29º34.85%94.51%-
XYZ51.2242.4788.72-
YUV178.83163.08141.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 157 (61.72% from 255) = 26.34%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=33.22%
G=26.34%
B=40.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981572410.180.3500.05269.297578.04
HexC69DF112230510d4b4e
Octal306235361224305415113116
Binary11000110100111011111000110010100011010110000110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69DF1; }

 p { color: rgb(198,157,241); }

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

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

 a { background-color: rgb(198,157,241); }

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

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

 span { border-color: rgb(198,157,241); }

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