Html Css Color HEX #D68E8A Petite Orchid

📋 copy color: '#D68E8A'

red 214 ◦ green 142 ◦ blue 138

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

Shades of Petite Orchid #D68E8A

Tints of Petite Orchid #D68E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 43.32%
G = 28.74%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D68E8A (or 0xD68E8A) is known color: Petite Orchid. HEX triplet: D6, 8E and 8A. RGB value is (214,142,138). Sum of RGB (Red+Green+Blue) = 214+142+138=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E8A is #297175. Grayscale: #A3A3A3. Windows color (decimal): -2716022 or 9080534. OLE color: 9080534.

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

Color convert

RGB 214 142 138 -
CMYK 0 0.34 0.36 0.16
HSL 3.16º 0.48% 0.69% -
HSV(B) 3.16º 0.36% 0.84% -
XYZ 41.99 35.48 28.68 -
YUV 163.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 214 142 138 0 0.34 0.36 0.16 3.16 0.48 0.69
Hex D6 8E 8A 0 22 24 10 3 30 45
Octal 326 216 212 0 42 44 20 3 60 105
Binary 11010110 10001110 10001010 0 100010 100100 10000 11 110000 1000101

Color Harmonies of #D68E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E8A

Black with #D68E8A

Text Example


Text Example

White with #D68E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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