#C69CF2

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

Shades of Perfume #C69CF2

Tints of Perfume #C69CF2

Color information

#C69CF2 (or 0xC69CF2) is unknown color: approx Perfume. HEX triplet: C6, 9C and F2. RGB value is (198,156,242). Sum of RGB (Red+Green+Blue) = 198+156+242=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #C69CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CF2 is #39630D. Grayscale: #B2B2B2. Windows color (decimal): -3760910 or 15899846. OLE color: 15899846.

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

Color convert

RGB198156242-
CMYK0.180.3600.05
HSL269.3º76.79%78.04%-
HSV(B)269.3º35.54%94.9%-
XYZ51.242.1989.45-
YUV178.36163.91142.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=33.22%
G=26.17%
B=40.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981562420.180.3600.05269.376.7978.04
HexC69CF212240510d4d4e
Octal306234362224405415115116
Binary11000110100111001111001010010100100010110000110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69CF2; }

 p { color: rgb(198,156,242); }

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

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

 a { background-color: rgb(198,156,242); }

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

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

 span { border-color: rgb(198,156,242); }

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