#CF9890

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

Shades of Petite Orchid #CF9890

Tints of Petite Orchid #CF9890

Color information

#CF9890 (or 0xCF9890) is unknown color: approx Petite Orchid. HEX triplet: CF, 98 and 90. RGB value is (207,152,144). Sum of RGB (Red+Green+Blue) = 207+152+144=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9890 is #30676F. Grayscale: #A7A7A7. Windows color (decimal): -3172208 or 9476303. OLE color: 9476303.

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

Color convert

RGB207152144-
CMYK00.270.300.19
HSL7.62º39.62%68.82%-
HSV(B)7.62º30.43%81.18%-
XYZ41.9937.7431.46-
YUV167.53114.72156.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.15%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=41.15%
G=30.22%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715214400.270.300.197.6239.6268.82
HexCF989001B1E1382845
Octal31723022003336231050105
Binary110011111001100010010000011011111101001110001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9890; }

 p { color: rgb(207,152,144); }

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

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

 a { background-color: rgb(207,152,144); }

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

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

 span { border-color: rgb(207,152,144); }

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