Html Css Color HEX #D671D4 Orchid

📋 copy color: '#D671D4'

red 214 ◦ green 113 ◦ blue 212

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

Shades of Orchid #D671D4

Tints of Orchid #D671D4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.96%

 BLUE value IS 212 (83.2% from 255) = 39.33%

R = 39.7%
G = 20.96%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D671D4 (or 0xD671D4) is known color: Orchid. HEX triplet: D6, 71 and D4. RGB value is (214,113,212). Sum of RGB (Red+Green+Blue) = 214+113+212=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D671D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671D4 is #298E2B. Grayscale: #9A9A9A. Windows color (decimal): -2723372 or 13922774. OLE color: 13922774.

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

Color convert

RGB 214 113 212 -
CMYK 0 0.47 0.01 0.16
HSL 301.19º 0.55% 0.64% -
HSV(B) 301.19º 0.47% 0.84% -
XYZ 45.52 30.86 65.84 -
YUV 154.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 214 113 212 0 0.47 0.01 0.16 301.19 0.55 0.64
Hex D6 71 D4 0 2F 1 10 12D 37 40
Octal 326 161 324 0 57 1 20 455 67 100
Binary 11010110 1110001 11010100 0 101111 1 10000 100101101 110111 1000000

Color Harmonies of #D671D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671D4

Black with #D671D4

Text Example


Text Example

White with #D671D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671D4; }

 p { color: rgb(214,113,212); }

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

background-color css

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

 a { background-color: rgb(214,113,212); }

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

border-color css

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

 span { border-color: rgb(214,113,212); }

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