Html Css Color HEX #D875E1 Orchid

📋 copy color: '#D875E1'

red 216 ◦ green 117 ◦ blue 225

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

Shades of Orchid #D875E1

Tints of Orchid #D875E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 38.71%
G = 20.97%
B = 40.32%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D875E1 (or 0xD875E1) is known color: Orchid. HEX triplet: D8, 75 and E1. RGB value is (216,117,225). Sum of RGB (Red+Green+Blue) = 216+117+225=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 117 (46.09% from 255 or 20.97% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #D875E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875E1 is #278A1E. Grayscale: #9E9E9E. Windows color (decimal): -2591263 or 14775768. OLE color: 14775768.

HSL color Cylindrical-coordinate representation of color #D875E1: hue angle of 295º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D875E1 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 117 225 -
CMYK 0.04 0.48 0 0.12
HSL 295º 0.64% 0.67% -
HSV(B) 295º 0.48% 0.88% -
XYZ 48.27 32.76 75.01 -
YUV 158.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 216 117 225 0.04 0.48 0 0.12 295 0.64 0.67
Hex D8 75 E1 4 30 0 C 127 40 43
Octal 330 165 341 4 60 0 14 447 100 103
Binary 11011000 1110101 11100001 100 110000 0 1100 100100111 1000000 1000011

Color Harmonies of #D875E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875E1

Black with #D875E1

Text Example


Text Example

White with #D875E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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