Html Css Color HEX #D874DA Orchid

📋 copy color: '#D874DA'

red 216 ◦ green 116 ◦ blue 218

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

Shades of Orchid #D874DA

Tints of Orchid #D874DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.64%

R = 39.27%
G = 21.09%
B = 39.64%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D874DA (or 0xD874DA) is known color: Orchid. HEX triplet: D8, 74 and DA. RGB value is (216,116,218). Sum of RGB (Red+Green+Blue) = 216+116+218=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #D874DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874DA is #278B25. Grayscale: #9D9D9D. Windows color (decimal): -2591526 or 14316760. OLE color: 14316760.

HSL color Cylindrical-coordinate representation of color #D874DA: hue angle of 298.82º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D874DA is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 218 -
CMYK 0.01 0.47 0 0.15
HSL 298.82º 0.58% 0.65% -
HSV(B) 298.82º 0.47% 0.85% -
XYZ 47.22 32.15 70.05 -
YUV 157.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 216 116 218 0.01 0.47 0 0.15 298.82 0.58 0.65
Hex D8 74 DA 1 2F 0 F 12B 3A 41
Octal 330 164 332 1 57 0 17 453 72 101
Binary 11011000 1110100 11011010 1 101111 0 1111 100101011 111010 1000001

Color Harmonies of #D874DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874DA

Black with #D874DA

Text Example


Text Example

White with #D874DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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