#CF948E

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

Shades of Petite Orchid #CF948E

Tints of Petite Orchid #CF948E

Color information

#CF948E (or 0xCF948E) is unknown color: approx Petite Orchid. HEX triplet: CF, 94 and 8E. RGB value is (207,148,142). Sum of RGB (Red+Green+Blue) = 207+148+142=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF948E is #306B71. Grayscale: #A5A5A5. Windows color (decimal): -3173234 or 9344207. OLE color: 9344207.

HSL color Cylindrical-coordinate representation of color #CF948E: hue angle of 5.54º 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 #CF948E is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB207148142-
CMYK00.290.310.19
HSL5.54º40.37%68.43%-
HSV(B)5.54º31.4%81.18%-
XYZ41.236.430.45-
YUV164.96115.05157.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 148 (58.20% from 255) = 29.78%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=41.65%
G=29.78%
B=28.57%

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
Decimal20714814200.290.310.195.5440.3768.43
HexCF948E01D1F1362844
Octal3172242160353723650104
Binary11001111100101001000111001110111111100111101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF948E; }

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

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

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

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

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

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

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

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