#CF978E

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

Shades of Petite Orchid #CF978E

Tints of Petite Orchid #CF978E

Color information

#CF978E (or 0xCF978E) is unknown color: approx Petite Orchid. HEX triplet: CF, 97 and 8E. RGB value is (207,151,142). Sum of RGB (Red+Green+Blue) = 207+151+142=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF978E is #306871. Grayscale: #A6A6A6. Windows color (decimal): -3172466 or 9344975. OLE color: 9344975.

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

Color convert

RGB207151142-
CMYK00.270.310.19
HSL8.31º40.37%68.43%-
HSV(B)8.31º31.4%81.18%-
XYZ41.6837.3530.6-
YUV166.72114.05156.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 142 (55.86% from 255) = 28.4%
R=41.4%
G=30.2%
B=28.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715114200.270.310.198.3140.3768.43
HexCF978E01B1F1382844
Octal31722721603337231050104
Binary110011111001011110001110011011111111001110001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF978E; }

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

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

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

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

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

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

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

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