Html Css Color HEX #D875E0 Orchid

📋 copy color: '#D875E0'

red 216 ◦ green 117 ◦ blue 224

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

Shades of Orchid #D875E0

Tints of Orchid #D875E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 38.78%
G = 21.01%
B = 40.22%

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

#D875E0 (or 0xD875E0) is known color: Orchid. HEX triplet: D8, 75 and E0. RGB value is (216,117,224). Sum of RGB (Red+Green+Blue) = 216+117+224=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #D875E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875E0 is #278A1F. Grayscale: #9E9E9E. Windows color (decimal): -2591264 or 14710232. OLE color: 14710232.

HSL color Cylindrical-coordinate representation of color #D875E0: hue angle of 295.51º degrees, saturation: 0.63, 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 #D875E0 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 117 224 -
CMYK 0.04 0.48 0 0.12
HSL 295.51º 0.63% 0.67% -
HSV(B) 295.51º 0.48% 0.88% -
XYZ 48.13 32.7 74.3 -
YUV 158.8 164.8 168.8 -
System Red Green Blue C M Y K H S L
Decimal 216 117 224 0.04 0.48 0 0.12 295.51 0.63 0.67
Hex D8 75 E0 4 30 0 C 128 3F 43
Octal 330 165 340 4 60 0 14 450 77 103
Binary 11011000 1110101 11100000 100 110000 0 1100 100101000 111111 1000011

Color Harmonies of #D875E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875E0

Black with #D875E0

Text Example


Text Example

White with #D875E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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