Html Css Color HEX #D875D3 Orchid

📋 copy color: '#D875D3'

red 216 ◦ green 117 ◦ blue 211

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

Shades of Orchid #D875D3

Tints of Orchid #D875D3

RGB

 RED value IS 216 (84.77% from 255) = 39.71%

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 39.71%
G = 21.51%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D875D3 (or 0xD875D3) is known color: Orchid. HEX triplet: D8, 75 and D3. RGB value is (216,117,211). Sum of RGB (Red+Green+Blue) = 216+117+211=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D875D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875D3 is #278A2C. Grayscale: #9D9D9D. Windows color (decimal): -2591277 or 13858264. OLE color: 13858264.

HSL color Cylindrical-coordinate representation of color #D875D3: hue angle of 303.03º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D875D3 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 211 -
CMYK 0 0.46 0.02 0.15
HSL 303.03º 0.56% 0.65% -
HSV(B) 303.03º 0.46% 0.85% -
XYZ 46.44 32.02 65.36 -
YUV 157.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 216 117 211 0 0.46 0.02 0.15 303.03 0.56 0.65
Hex D8 75 D3 0 2E 2 F 12F 38 41
Octal 330 165 323 0 56 2 17 457 70 101
Binary 11011000 1110101 11010011 0 101110 10 1111 100101111 111000 1000001

Color Harmonies of #D875D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875D3

Black with #D875D3

Text Example


Text Example

White with #D875D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875D3; }

 p { color: rgb(216,117,211); }

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

background-color css

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

 a { background-color: rgb(216,117,211); }

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

border-color css

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

 span { border-color: rgb(216,117,211); }

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