#CF928D

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

Shades of Petite Orchid #CF928D

Tints of Petite Orchid #CF928D

Color information

#CF928D (or 0xCF928D) is unknown color: approx Petite Orchid. HEX triplet: CF, 92 and 8D. RGB value is (207,146,141). Sum of RGB (Red+Green+Blue) = 207+146+141=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928D is #306D72. Grayscale: #A3A3A3. Windows color (decimal): -3173747 or 9278159. OLE color: 9278159.

HSL color Cylindrical-coordinate representation of color #CF928D: hue angle of 4.55º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF928D is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207146141-
CMYK00.290.320.19
HSL4.55º40.74%68.24%-
HSV(B)4.55º31.88%81.18%-
XYZ40.8235.7529.95-
YUV163.67115.21158.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=41.90%
G=29.55%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714614100.290.320.194.5540.7468.24
HexCF928D01D201352944
Octal3172222150354023551104
Binary110011111001001010001101011101100000100111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF928D; }

 p { color: rgb(207,146,141); }

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

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

 a { background-color: rgb(207,146,141); }

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

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

 span { border-color: rgb(207,146,141); }

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