Html Css Color HEX #D674B8 Orchid

📋 copy color: '#D674B8'

red 214 ◦ green 116 ◦ blue 184

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

Shades of Orchid #D674B8

Tints of Orchid #D674B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 41.63%
G = 22.57%
B = 35.8%

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

#D674B8 (or 0xD674B8) is known color: Orchid. HEX triplet: D6, 74 and B8. RGB value is (214,116,184). Sum of RGB (Red+Green+Blue) = 214+116+184=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D674B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674B8 is #298B47. Grayscale: #989898. Windows color (decimal): -2722632 or 12088534. OLE color: 12088534.

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

Color convert

RGB 214 116 184 -
CMYK 0 0.46 0.14 0.16
HSL 318.37º 0.54% 0.65% -
HSV(B) 318.37º 0.46% 0.84% -
XYZ 42.63 30.25 48.94 -
YUV 153.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 214 116 184 0 0.46 0.14 0.16 318.37 0.54 0.65
Hex D6 74 B8 0 2E E 10 13E 36 41
Octal 326 164 270 0 56 16 20 476 66 101
Binary 11010110 1110100 10111000 0 101110 1110 10000 100111110 110110 1000001

Color Harmonies of #D674B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674B8

Black with #D674B8

Text Example


Text Example

White with #D674B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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