#CF928A

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

Shades of Petite Orchid #CF928A

Tints of Petite Orchid #CF928A

Color information

#CF928A (or 0xCF928A) is unknown color: approx Petite Orchid. HEX triplet: CF, 92 and 8A. RGB value is (207,146,138). Sum of RGB (Red+Green+Blue) = 207+146+138=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF928A is #306D75. Grayscale: #A3A3A3. Windows color (decimal): -3173750 or 9081551. OLE color: 9081551.

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

Color convert

RGB207146138-
CMYK00.290.330.19
HSL6.96º41.82%67.65%-
HSV(B)6.96º33.33%81.18%-
XYZ40.635.6628.79-
YUV163.33113.71159.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=42.16%
G=29.74%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714613800.290.330.196.9641.8267.65
HexCF928A01D211372a44
Octal3172222120354123752104
Binary110011111001001010001010011101100001100111111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF928A; }

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

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

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

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

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

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

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

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