#CF928F

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

Shades of Petite Orchid #CF928F

Tints of Petite Orchid #CF928F

Color information

#CF928F (or 0xCF928F) is unknown color: approx Petite Orchid. HEX triplet: CF, 92 and 8F. RGB value is (207,146,143). Sum of RGB (Red+Green+Blue) = 207+146+143=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928F is #306D70. Grayscale: #A3A3A3. Windows color (decimal): -3173745 or 9409231. OLE color: 9409231.

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

Color convert

RGB207146143-
CMYK00.290.310.19
HSL2.81º40%68.63%-
HSV(B)2.81º30.92%81.18%-
XYZ40.9735.8130.74-
YUV163.9116.21158.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=41.73%
G=29.44%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714614300.290.310.192.814068.63
HexCF928F01D1F1332845
Octal3172222170353723350105
Binary1100111110010010100011110111011111110011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF928F; }

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

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

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

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

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

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

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

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