Html Css Color HEX #D58C8C Petite Orchid

📋 copy color: '#D58C8C'

red 213 ◦ green 140 ◦ blue 140

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

Shades of Petite Orchid #D58C8C

Tints of Petite Orchid #D58C8C

RGB

 RED value IS 213 (83.59% from 255) = 43.2%

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 43.2%
G = 28.4%
B = 28.4%

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

#D58C8C (or 0xD58C8C) is known color: Petite Orchid. HEX triplet: D5, 8C and 8C. RGB value is (213,140,140). Sum of RGB (Red+Green+Blue) = 213+140+140=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58C8C is #2A7373. Grayscale: #A1A1A1. Windows color (decimal): -2782068 or 9211093. OLE color: 9211093.

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

Color convert

RGB 213 140 140 -
CMYK 0 0.34 0.34 0.16
HSL 0.46% 0.69% -
HSV(B) 0.34% 0.84% -
XYZ 41.55 34.8 29.34 -
YUV 161.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 213 140 140 0 0.34 0.34 0.16 0 0.46 0.69
Hex D5 8C 8C 0 22 22 10 0 2E 45
Octal 325 214 214 0 42 42 20 0 56 105
Binary 11010101 10001100 10001100 0 100010 100010 10000 0 101110 1000101

Color Harmonies of #D58C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C8C

Black with #D58C8C

Text Example


Text Example

White with #D58C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C8C; }

 p { color: rgb(213,140,140); }

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

background-color css

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

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

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

border-color css

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

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

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