Html Css Color HEX #D774B9 Orchid

📋 copy color: '#D774B9'

red 215 ◦ green 116 ◦ blue 185

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

Shades of Orchid #D774B9

Tints of Orchid #D774B9

RGB

 RED value IS 215 (84.38% from 255) = 41.67%

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 41.67%
G = 22.48%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D774B9 (or 0xD774B9) is known color: Orchid. HEX triplet: D7, 74 and B9. RGB value is (215,116,185). Sum of RGB (Red+Green+Blue) = 215+116+185=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D774B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D774B9 is #288B46. Grayscale: #999999. Windows color (decimal): -2657095 or 12154071. OLE color: 12154071.

HSL color Cylindrical-coordinate representation of color #D774B9: hue angle of 318.18º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D774B9 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 116 185 -
CMYK 0 0.46 0.14 0.16
HSL 318.18º 0.55% 0.65% -
HSV(B) 318.18º 0.46% 0.84% -
XYZ 43.03 30.44 49.51 -
YUV 153.47 145.8 171.89 -
System Red Green Blue C M Y K H S L
Decimal 215 116 185 0 0.46 0.14 0.16 318.18 0.55 0.65
Hex D7 74 B9 0 2E E 10 13E 37 41
Octal 327 164 271 0 56 16 20 476 67 101
Binary 11010111 1110100 10111001 0 101110 1110 10000 100111110 110111 1000001

Color Harmonies of #D774B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D774B9

Black with #D774B9

Text Example


Text Example

White with #D774B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D774B9; }

 p { color: rgb(215,116,185); }

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

background-color css

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

 a { background-color: rgb(215,116,185); }

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

border-color css

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

 span { border-color: rgb(215,116,185); }

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