#CD938F

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

Shades of Petite Orchid #CD938F

Tints of Petite Orchid #CD938F

Color information

#CD938F (or 0xCD938F) is unknown color: approx Petite Orchid. HEX triplet: CD, 93 and 8F. RGB value is (205,147,143). Sum of RGB (Red+Green+Blue) = 205+147+143=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD938F is #326C70. Grayscale: #A3A3A3. Windows color (decimal): -3304561 or 9409485. OLE color: 9409485.

HSL color Cylindrical-coordinate representation of color #CD938F: hue angle of 3.87º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD938F is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205147143-
CMYK00.280.300.20
HSL3.87º38.27%68.24%-
HSV(B)3.87º30.24%80.39%-
XYZ40.5735.8330.76-
YUV163.89116.22157.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=41.41%
G=29.70%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514714300.280.300.203.8738.2768.24
HexCD938F01C1E1442644
Octal3152232170343624446104
Binary11001101100100111000111101110011110101001001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD938F; }

 p { color: rgb(205,147,143); }

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

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

 a { background-color: rgb(205,147,143); }

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

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

 span { border-color: rgb(205,147,143); }

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