#CF9390

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

Shades of Petite Orchid #CF9390

Tints of Petite Orchid #CF9390

Color information

#CF9390 (or 0xCF9390) is unknown color: approx Petite Orchid. HEX triplet: CF, 93 and 90. RGB value is (207,147,144). Sum of RGB (Red+Green+Blue) = 207+147+144=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9390 is #306C6F. Grayscale: #A4A4A4. Windows color (decimal): -3173488 or 9475023. OLE color: 9475023.

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

Color convert

RGB207147144-
CMYK00.290.300.19
HSL2.86º39.62%68.82%-
HSV(B)2.86º30.43%81.18%-
XYZ41.236.1531.19-
YUV164.6116.38158.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=41.57%
G=29.52%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714714400.290.300.192.8639.6268.82
HexCF939001D1E1332845
Octal3172232200353623350105
Binary1100111110010011100100000111011111010011111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9390; }

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

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

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

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

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

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

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

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