Html Css Color HEX #D676DF Orchid

📋 copy color: '#D676DF'

red 214 ◦ green 118 ◦ blue 223

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

Shades of Orchid #D676DF

Tints of Orchid #D676DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.26%

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

R = 38.56%
G = 21.26%
B = 40.18%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D676DF (or 0xD676DF) is known color: Orchid. HEX triplet: D6, 76 and DF. RGB value is (214,118,223). Sum of RGB (Red+Green+Blue) = 214+118+223=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #D676DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676DF is #298920. Grayscale: #9E9E9E. Windows color (decimal): -2722081 or 14644950. OLE color: 14644950.

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

Color convert

RGB 214 118 223 -
CMYK 0.04 0.47 0 0.13
HSL 294.86º 0.62% 0.67% -
HSV(B) 294.86º 0.47% 0.87% -
XYZ 47.53 32.58 73.6 -
YUV 158.67 164.3 167.46 -
System Red Green Blue C M Y K H S L
Decimal 214 118 223 0.04 0.47 0 0.13 294.86 0.62 0.67
Hex D6 76 DF 4 2F 0 D 127 3E 43
Octal 326 166 337 4 57 0 15 447 76 103
Binary 11010110 1110110 11011111 100 101111 0 1101 100100111 111110 1000011

Color Harmonies of #D676DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D676DF

Black with #D676DF

Text Example


Text Example

White with #D676DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D676DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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