#CF918B

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

Shades of Petite Orchid #CF918B

Tints of Petite Orchid #CF918B

Color information

#CF918B (or 0xCF918B) is unknown color: approx Petite Orchid. HEX triplet: CF, 91 and 8B. RGB value is (207,145,139). Sum of RGB (Red+Green+Blue) = 207+145+139=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF918B is #306E74. Grayscale: #A2A2A2. Windows color (decimal): -3174005 or 9146831. OLE color: 9146831.

HSL color Cylindrical-coordinate representation of color #CF918B: hue angle of 5.29º degrees, saturation: 0.41, 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 #CF918B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207145139-
CMYK00.300.330.19
HSL5.29º41.46%67.84%-
HSV(B)5.29º32.85%81.18%-
XYZ40.5235.3829.12-
YUV162.85114.54159.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.16%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=42.16%
G=29.53%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714513900.300.330.195.2941.4667.84
HexCF918B01E211352944
Octal3172212130364123551104
Binary110011111001000110001011011110100001100111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF918B; }

 p { color: rgb(207,145,139); }

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

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

 a { background-color: rgb(207,145,139); }

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

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

 span { border-color: rgb(207,145,139); }

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