#CF908D

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

Shades of Petite Orchid #CF908D

Tints of Petite Orchid #CF908D

Color information

#CF908D (or 0xCF908D) is unknown color: approx Petite Orchid. HEX triplet: CF, 90 and 8D. RGB value is (207,144,141). Sum of RGB (Red+Green+Blue) = 207+144+141=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CF908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF908D is #306F72. Grayscale: #A2A2A2. Windows color (decimal): -3174259 or 9277647. OLE color: 9277647.

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

Color convert

RGB207144141-
CMYK00.300.320.19
HSL2.73º40.74%68.24%-
HSV(B)2.73º31.88%81.18%-
XYZ40.5135.1429.85-
YUV162.5115.87159.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 141 (55.47% from 255) = 28.66%
R=42.07%
G=29.27%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714414100.300.320.192.7340.7468.24
HexCF908D01E201332944
Octal3172202150364023351104
Binary11001111100100001000110101111010000010011111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF908D; }

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

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

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

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

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

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

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

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