Html Css Color HEX #D875D4 Orchid

📋 copy color: '#D875D4'

red 216 ◦ green 117 ◦ blue 212

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

Shades of Orchid #D875D4

Tints of Orchid #D875D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.9%

R = 39.63%
G = 21.47%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D875D4 (or 0xD875D4) is known color: Orchid. HEX triplet: D8, 75 and D4. RGB value is (216,117,212). Sum of RGB (Red+Green+Blue) = 216+117+212=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D875D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D875D4 is #278A2B. Grayscale: #9D9D9D. Windows color (decimal): -2591276 or 13923800. OLE color: 13923800.

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

Color convert

RGB 216 117 212 -
CMYK 0 0.46 0.02 0.15
HSL 302.42º 0.56% 0.65% -
HSV(B) 302.42º 0.46% 0.85% -
XYZ 46.56 32.07 66.02 -
YUV 157.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 216 117 212 0 0.46 0.02 0.15 302.42 0.56 0.65
Hex D8 75 D4 0 2E 2 F 12E 38 41
Octal 330 165 324 0 56 2 17 456 70 101
Binary 11011000 1110101 11010100 0 101110 10 1111 100101110 111000 1000001

Color Harmonies of #D875D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D875D4

Black with #D875D4

Text Example


Text Example

White with #D875D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D875D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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