Html Css Color HEX #D671DF Orchid

📋 copy color: '#D671DF'

red 214 ◦ green 113 ◦ blue 223

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

Shades of Orchid #D671DF

Tints of Orchid #D671DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 38.91%
G = 20.55%
B = 40.55%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D671DF (or 0xD671DF) is known color: Orchid. HEX triplet: D6, 71 and DF. RGB value is (214,113,223). Sum of RGB (Red+Green+Blue) = 214+113+223=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #D671DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671DF is #298E20. Grayscale: #9B9B9B. Windows color (decimal): -2723361 or 14643670. OLE color: 14643670.

HSL color Cylindrical-coordinate representation of color #D671DF: hue angle of 295.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D671DF is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 113 223 -
CMYK 0.04 0.49 0 0.13
HSL 295.09º 0.63% 0.66% -
HSV(B) 295.09º 0.49% 0.87% -
XYZ 46.96 31.43 73.4 -
YUV 155.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 214 113 223 0.04 0.49 0 0.13 295.09 0.63 0.66
Hex D6 71 DF 4 31 0 D 127 3F 42
Octal 326 161 337 4 61 0 15 447 77 102
Binary 11010110 1110001 11011111 100 110001 0 1101 100100111 111111 1000010

Color Harmonies of #D671DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671DF

Black with #D671DF

Text Example


Text Example

White with #D671DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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