Html Css Color HEX #D875DD Orchid

📋 copy color: '#D875DD'

red 216 ◦ green 117 ◦ blue 221

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

Shades of Orchid #D875DD

Tints of Orchid #D875DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 38.99%
G = 21.12%
B = 39.89%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D875DD (or 0xD875DD) is known color: Orchid. HEX triplet: D8, 75 and DD. RGB value is (216,117,221). Sum of RGB (Red+Green+Blue) = 216+117+221=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 117 (46.09% from 255 or 21.12% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D875DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875DD is #278A22. Grayscale: #9E9E9E. Windows color (decimal): -2591267 or 14513624. OLE color: 14513624.

HSL color Cylindrical-coordinate representation of color #D875DD: hue angle of 297.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D875DD is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 117 221 -
CMYK 0.02 0.47 0 0.13
HSL 297.12º 0.6% 0.66% -
HSV(B) 297.12º 0.47% 0.87% -
XYZ 47.73 32.54 72.17 -
YUV 158.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 216 117 221 0.02 0.47 0 0.13 297.12 0.6 0.66
Hex D8 75 DD 2 2F 0 D 129 3C 42
Octal 330 165 335 2 57 0 15 451 74 102
Binary 11011000 1110101 11011101 10 101111 0 1101 100101001 111100 1000010

Color Harmonies of #D875DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875DD

Black with #D875DD

Text Example


Text Example

White with #D875DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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