Html Css Color HEX #D68E8D Petite Orchid

📋 copy color: '#D68E8D'

red 214 ◦ green 142 ◦ blue 141

#D68E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D68E8D

Tints of Petite Orchid #D68E8D

RGB

 RED value IS 214 (83.98% from 255) = 43.06%

 GREEN value IS 142 (55.86% from 255) = 28.57%

 BLUE value IS 141 (55.47% from 255) = 28.37%

R = 43.06%
G = 28.57%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D68E8D (or 0xD68E8D) is known color: Petite Orchid. HEX triplet: D6, 8E and 8D. RGB value is (214,142,141). Sum of RGB (Red+Green+Blue) = 214+142+141=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E8D is #297172. Grayscale: #A3A3A3. Windows color (decimal): -2716019 or 9277142. OLE color: 9277142.

HSL color Cylindrical-coordinate representation of color #D68E8D: hue angle of 0.82º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68E8D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 142 141 -
CMYK 0 0.34 0.34 0.16
HSL 0.82º 0.47% 0.7% -
HSV(B) 0.82º 0.34% 0.84% -
XYZ 42.21 35.57 29.84 -
YUV 163.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 214 142 141 0 0.34 0.34 0.16 0.82 0.47 0.7
Hex D6 8E 8D 0 22 22 10 1 2F 46
Octal 326 216 215 0 42 42 20 1 57 106
Binary 11010110 10001110 10001101 0 100010 100010 10000 1 101111 1000110

Color Harmonies of #D68E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E8D

Black with #D68E8D

Text Example


Text Example

White with #D68E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E8D; }

 p { color: rgb(214,142,141); }

 H1.HeaderClassName
 {
   color: #D68E8D;
 }
 .AnyTagClassName
 {
   color: #D68E8D;
 }
</style>

background-color css

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

 a { background-color: rgb(214,142,141); }

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

border-color css

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

 span { border-color: rgb(214,142,141); }

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