Html Css Color HEX #D674BF Orchid

📋 copy color: '#D674BF'

red 214 ◦ green 116 ◦ blue 191

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

Shades of Orchid #D674BF

Tints of Orchid #D674BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 41.07%
G = 22.26%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D674BF (or 0xD674BF) is known color: Orchid. HEX triplet: D6, 74 and BF. RGB value is (214,116,191). Sum of RGB (Red+Green+Blue) = 214+116+191=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D674BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674BF is #298B40. Grayscale: #999999. Windows color (decimal): -2722625 or 12547286. OLE color: 12547286.

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

Color convert

RGB 214 116 191 -
CMYK 0 0.46 0.11 0.16
HSL 314.08º 0.54% 0.65% -
HSV(B) 314.08º 0.46% 0.84% -
XYZ 43.38 30.55 52.9 -
YUV 153.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 214 116 191 0 0.46 0.11 0.16 314.08 0.54 0.65
Hex D6 74 BF 0 2E B 10 13A 36 41
Octal 326 164 277 0 56 13 20 472 66 101
Binary 11010110 1110100 10111111 0 101110 1011 10000 100111010 110110 1000001

Color Harmonies of #D674BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674BF

Black with #D674BF

Text Example


Text Example

White with #D674BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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