#C67FB2

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

Shades of Lily #C67FB2

Tints of Lily #C67FB2

Color information

#C67FB2 (or 0xC67FB2) is unknown color: approx Lily. HEX triplet: C6, 7F and B2. RGB value is (198,127,178). Sum of RGB (Red+Green+Blue) = 198+127+178=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67FB2 is #39804D. Grayscale: #999999. Windows color (decimal): -3768398 or 11698118. OLE color: 11698118.

HSL color Cylindrical-coordinate representation of color #C67FB2: hue angle of 316.9º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FB2 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB198127178-
CMYK00.360.100.22
HSL316.9º38.38%63.73%-
HSV(B)316.9º35.86%77.65%-
XYZ38.9130.445.94-
YUV154.04141.52159.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=39.36%
G=25.25%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812717800.360.100.22316.938.3863.73
HexC67FB2024A1613d2640
Octal306177262044122647546100
Binary1100011011111111011001001001001010101101001111011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67FB2; }

 p { color: rgb(198,127,178); }

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

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

 a { background-color: rgb(198,127,178); }

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

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

 span { border-color: rgb(198,127,178); }

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