#D69C98

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

Shades of Petite Orchid #D69C98

Tints of Petite Orchid #D69C98

Color information

#D69C98 (or 0xD69C98) is unknown color: approx Petite Orchid. HEX triplet: D6, 9C and 98. RGB value is (214,156,152). Sum of RGB (Red+Green+Blue) = 214+156+152=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C98 is #296367. Grayscale: #ACACAC. Windows color (decimal): -2712424 or 10001622. OLE color: 10001622.

HSL color Cylindrical-coordinate representation of color #D69C98: hue angle of 3.87º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69C98 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214156152-
CMYK00.270.290.16
HSL3.87º43.06%71.76%-
HSV(B)3.87º28.97%83.92%-
XYZ45.2940.3435.11-
YUV172.89116.22157.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=41.00%
G=29.89%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415615200.270.290.163.8743.0671.76
HexD69C9801B1D1042b48
Octal3262342300333520453110
Binary11010110100111001001100001101111101100001001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C98; }

 p { color: rgb(214,156,152); }

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

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

 a { background-color: rgb(214,156,152); }

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

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

 span { border-color: rgb(214,156,152); }

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