Html Css Color HEX #D875D7 Orchid

📋 copy color: '#D875D7'

red 216 ◦ green 117 ◦ blue 215

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

Shades of Orchid #D875D7

Tints of Orchid #D875D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 39.42%
G = 21.35%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D875D7 (or 0xD875D7) is known color: Orchid. HEX triplet: D8, 75 and D7. RGB value is (216,117,215). Sum of RGB (Red+Green+Blue) = 216+117+215=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D875D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875D7 is #278A28. Grayscale: #9D9D9D. Windows color (decimal): -2591273 or 14120408. OLE color: 14120408.

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

Color convert

RGB 216 117 215 -
CMYK 0 0.46 0.00 0.15
HSL 300.61º 0.56% 0.65% -
HSV(B) 300.61º 0.46% 0.85% -
XYZ 46.95 32.23 68.04 -
YUV 157.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 216 117 215 0 0.46 0.00 0.15 300.61 0.56 0.65
Hex D8 75 D7 0 2E 0 F 12D 38 41
Octal 330 165 327 0 56 0 17 455 70 101
Binary 11011000 1110101 11010111 0 101110 0 1111 100101101 111000 1000001

Color Harmonies of #D875D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875D7

Black with #D875D7

Text Example


Text Example

White with #D875D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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