Html Css Color HEX #D875C7 Orchid

📋 copy color: '#D875C7'

red 216 ◦ green 117 ◦ blue 199

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

Shades of Orchid #D875C7

Tints of Orchid #D875C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.41%

R = 40.6%
G = 21.99%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D875C7 (or 0xD875C7) is known color: Orchid. HEX triplet: D8, 75 and C7. RGB value is (216,117,199). Sum of RGB (Red+Green+Blue) = 216+117+199=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D875C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875C7 is #278A38. Grayscale: #9B9B9B. Windows color (decimal): -2591289 or 13071832. OLE color: 13071832.

HSL color Cylindrical-coordinate representation of color #D875C7: hue angle of 310.3º 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 #D875C7 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 117 199 -
CMYK 0 0.46 0.08 0.15
HSL 310.3º 0.56% 0.65% -
HSV(B) 310.3º 0.46% 0.85% -
XYZ 44.99 31.45 57.73 -
YUV 155.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 216 117 199 0 0.46 0.08 0.15 310.3 0.56 0.65
Hex D8 75 C7 0 2E 8 F 136 38 41
Octal 330 165 307 0 56 10 17 466 70 101
Binary 11011000 1110101 11000111 0 101110 1000 1111 100110110 111000 1000001

Color Harmonies of #D875C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875C7

Black with #D875C7

Text Example


Text Example

White with #D875C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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