Html Css Color HEX #D874D4 Orchid

📋 copy color: '#D874D4'

red 216 ◦ green 116 ◦ blue 212

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

Shades of Orchid #D874D4

Tints of Orchid #D874D4

RGB

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

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

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

R = 39.71%
G = 21.32%
B = 38.97%

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

#D874D4 (or 0xD874D4) is known color: Orchid. HEX triplet: D8, 74 and D4. RGB value is (216,116,212). Sum of RGB (Red+Green+Blue) = 216+116+212=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 212 (83.20% from 255 or 38.97% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D874D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D874D4 is #278B2B. Grayscale: #9C9C9C. Windows color (decimal): -2591532 or 13923544. OLE color: 13923544.

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

Color convert

RGB 216 116 212 -
CMYK 0 0.46 0.02 0.15
HSL 302.4º 0.56% 0.65% -
HSV(B) 302.4º 0.46% 0.85% -
XYZ 46.45 31.84 65.99 -
YUV 156.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 216 116 212 0 0.46 0.02 0.15 302.4 0.56 0.65
Hex D8 74 D4 0 2E 2 F 12E 38 41
Octal 330 164 324 0 56 2 17 456 70 101
Binary 11011000 1110100 11010100 0 101110 10 1111 100101110 111000 1000001

Color Harmonies of #D874D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874D4

Black with #D874D4

Text Example


Text Example

White with #D874D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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