#D69693

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

Shades of Petite Orchid #D69693

Tints of Petite Orchid #D69693

Color information

#D69693 (or 0xD69693) is unknown color: approx Petite Orchid. HEX triplet: D6, 96 and 93. RGB value is (214,150,147). Sum of RGB (Red+Green+Blue) = 214+150+147=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D69693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69693 is #29696C. Grayscale: #A8A8A8. Windows color (decimal): -2713965 or 9672406. OLE color: 9672406.

HSL color Cylindrical-coordinate representation of color #D69693: hue angle of 2.69º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D69693 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB214150147-
CMYK00.300.310.16
HSL2.69º44.97%70.78%-
HSV(B)2.69º31.31%83.92%-
XYZ43.938.2232.67-
YUV168.79115.7160.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=41.88%
G=29.35%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415014700.300.310.162.6944.9770.78
HexD6969301E1F1032d47
Octal3262262230363720355107
Binary1101011010010110100100110111101111110000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69693; }

 p { color: rgb(214,150,147); }

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

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

 a { background-color: rgb(214,150,147); }

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

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

 span { border-color: rgb(214,150,147); }

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