Html Css Color HEX #D874C7 Orchid

📋 copy color: '#D874C7'

red 216 ◦ green 116 ◦ blue 199

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

Shades of Orchid #D874C7

Tints of Orchid #D874C7

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 40.68%
G = 21.85%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D874C7 (or 0xD874C7) is known color: Orchid. HEX triplet: D8, 74 and C7. RGB value is (216,116,199). Sum of RGB (Red+Green+Blue) = 216+116+199=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D874C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874C7 is #278B38. Grayscale: #9B9B9B. Windows color (decimal): -2591545 or 13071576. OLE color: 13071576.

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

Color convert

RGB 216 116 199 -
CMYK 0 0.46 0.08 0.15
HSL 310.2º 0.56% 0.65% -
HSV(B) 310.2º 0.46% 0.85% -
XYZ 44.87 31.21 57.69 -
YUV 155.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 216 116 199 0 0.46 0.08 0.15 310.2 0.56 0.65
Hex D8 74 C7 0 2E 8 F 136 38 41
Octal 330 164 307 0 56 10 17 466 70 101
Binary 11011000 1110100 11000111 0 101110 1000 1111 100110110 111000 1000001

Color Harmonies of #D874C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874C7

Black with #D874C7

Text Example


Text Example

White with #D874C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874C7; }

 p { color: rgb(216,116,199); }

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

background-color css

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

 a { background-color: rgb(216,116,199); }

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

border-color css

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

 span { border-color: rgb(216,116,199); }

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