Html Css Color HEX #DE8F8C Petite Orchid

📋 copy color: '#DE8F8C'

red 222 ◦ green 143 ◦ blue 140

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

Shades of Petite Orchid #DE8F8C

Tints of Petite Orchid #DE8F8C

RGB

 RED value IS 222 (87.11% from 255) = 43.96%

 GREEN value IS 143 (56.25% from 255) = 28.32%

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 43.96%
G = 28.32%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE8F8C (or 0xDE8F8C) is known color: Petite Orchid. HEX triplet: DE, 8F and 8C. RGB value is (222,143,140). Sum of RGB (Red+Green+Blue) = 222+143+140=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8F8C is #217073. Grayscale: #A6A6A6. Windows color (decimal): -2191476 or 9211870. OLE color: 9211870.

HSL color Cylindrical-coordinate representation of color #DE8F8C: hue angle of 2.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8F8C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 143 140 -
CMYK 0 0.36 0.37 0.13
HSL 2.2º 0.55% 0.71% -
HSV(B) 2.2º 0.37% 0.87% -
XYZ 44.68 37.07 29.61 -
YUV 166.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 222 143 140 0 0.36 0.37 0.13 2.2 0.55 0.71
Hex DE 8F 8C 0 24 25 D 2 37 47
Octal 336 217 214 0 44 45 15 2 67 107
Binary 11011110 10001111 10001100 0 100100 100101 1101 10 110111 1000111

Color Harmonies of #DE8F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE8F8C

Black with #DE8F8C

Text Example


Text Example

White with #DE8F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE8F8C; }

 p { color: rgb(222,143,140); }

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

background-color css

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

 a { background-color: rgb(222,143,140); }

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

border-color css

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

 span { border-color: rgb(222,143,140); }

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