Html Css Color HEX #D674B9 Orchid

📋 copy color: '#D674B9'

red 214 ◦ green 116 ◦ blue 185

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

Shades of Orchid #D674B9

Tints of Orchid #D674B9

RGB

 RED value IS 214 (83.98% from 255) = 41.55%

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

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

R = 41.55%
G = 22.52%
B = 35.92%

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

#D674B9 (or 0xD674B9) is known color: Orchid. HEX triplet: D6, 74 and B9. RGB value is (214,116,185). Sum of RGB (Red+Green+Blue) = 214+116+185=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D674B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674B9 is #298B46. Grayscale: #989898. Windows color (decimal): -2722631 or 12154070. OLE color: 12154070.

HSL color Cylindrical-coordinate representation of color #D674B9: hue angle of 317.76º degrees, saturation: 0.54, 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 #D674B9 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 185 -
CMYK 0 0.46 0.14 0.16
HSL 317.76º 0.54% 0.65% -
HSV(B) 317.76º 0.46% 0.84% -
XYZ 42.73 30.29 49.49 -
YUV 153.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 214 116 185 0 0.46 0.14 0.16 317.76 0.54 0.65
Hex D6 74 B9 0 2E E 10 13E 36 41
Octal 326 164 271 0 56 16 20 476 66 101
Binary 11010110 1110100 10111001 0 101110 1110 10000 100111110 110110 1000001

Color Harmonies of #D674B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674B9

Black with #D674B9

Text Example


Text Example

White with #D674B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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