Html Css Color HEX #D874E7 Orchid

📋 copy color: '#D874E7'

red 216 ◦ green 116 ◦ blue 231

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

Shades of Orchid #D874E7

Tints of Orchid #D874E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.03%

R = 38.37%
G = 20.6%
B = 41.03%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D874E7 (or 0xD874E7) is known color: Orchid. HEX triplet: D8, 74 and E7. RGB value is (216,116,231). Sum of RGB (Red+Green+Blue) = 216+116+231=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 231 - color contains mainly: blue. Hex color #D874E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D874E7 is #278B18. Grayscale: #9E9E9E. Windows color (decimal): -2591513 or 15168728. OLE color: 15168728.

HSL color Cylindrical-coordinate representation of color #D874E7: hue angle of 292.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D874E7 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 116 231 -
CMYK 0.06 0.50 0 0.09
HSL 292.17º 0.71% 0.68% -
HSV(B) 292.17º 0.5% 0.91% -
XYZ 48.99 32.86 79.36 -
YUV 159.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 216 116 231 0.06 0.50 0 0.09 292.17 0.71 0.68
Hex D8 74 E7 6 32 0 9 124 47 44
Octal 330 164 347 6 62 0 11 444 107 104
Binary 11011000 1110100 11100111 110 110010 0 1001 100100100 1000111 1000100

Color Harmonies of #D874E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D874E7

Black with #D874E7

Text Example


Text Example

White with #D874E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D874E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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