#CF928E

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

Shades of Petite Orchid #CF928E

Tints of Petite Orchid #CF928E

Color information

#CF928E (or 0xCF928E) is unknown color: approx Petite Orchid. HEX triplet: CF, 92 and 8E. RGB value is (207,146,142). Sum of RGB (Red+Green+Blue) = 207+146+142=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928E is #306D71. Grayscale: #A3A3A3. Windows color (decimal): -3173746 or 9343695. OLE color: 9343695.

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

Color convert

RGB207146142-
CMYK00.290.310.19
HSL3.69º40.37%68.43%-
HSV(B)3.69º31.4%81.18%-
XYZ40.8935.7830.34-
YUV163.78115.71158.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=41.82%
G=29.49%
B=28.69%

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
Decimal20714614200.290.310.193.6940.3768.43
HexCF928E01D1F1342844
Octal3172222160353723450104
Binary11001111100100101000111001110111111100111001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF928E; }

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

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

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

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

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

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

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

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