#CD9894

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

Shades of Petite Orchid #CD9894

Tints of Petite Orchid #CD9894

Color information

#CD9894 (or 0xCD9894) is unknown color: approx Petite Orchid. HEX triplet: CD, 98 and 94. RGB value is (205,152,148). Sum of RGB (Red+Green+Blue) = 205+152+148=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9894 is #32676B. Grayscale: #A7A7A7. Windows color (decimal): -3303276 or 9738445. OLE color: 9738445.

HSL color Cylindrical-coordinate representation of color #CD9894: hue angle of 4.21º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9894 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205152148-
CMYK00.260.280.20
HSL4.21º36.31%69.22%-
HSV(B)4.21º27.8%80.39%-
XYZ41.7537.5733.07-
YUV167.39117.06154.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=40.59%
G=30.10%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515214800.260.280.204.2136.3169.22
HexCD989401A1C1442445
Octal3152302240323424444105
Binary11001101100110001001010001101011100101001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9894; }

 p { color: rgb(205,152,148); }

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

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

 a { background-color: rgb(205,152,148); }

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

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

 span { border-color: rgb(205,152,148); }

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