#CD9994

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

Shades of Petite Orchid #CD9994

Tints of Petite Orchid #CD9994

Color information

#CD9994 (or 0xCD9994) is unknown color: approx Petite Orchid. HEX triplet: CD, 99 and 94. RGB value is (205,153,148). Sum of RGB (Red+Green+Blue) = 205+153+148=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9994 is #32666B. Grayscale: #A8A8A8. Windows color (decimal): -3303020 or 9738701. OLE color: 9738701.

HSL color Cylindrical-coordinate representation of color #CD9994: hue angle of 5.26º 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 #CD9994 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205153148-
CMYK00.250.280.20
HSL5.26º36.31%69.22%-
HSV(B)5.26º27.8%80.39%-
XYZ41.9137.933.12-
YUV167.98116.73154.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=40.51%
G=30.24%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515314800.250.280.205.2636.3169.22
HexCD99940191C1452445
Octal3152312240313424544105
Binary11001101100110011001010001100111100101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9994; }

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

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

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

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

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

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

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

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