Html Css Color HEX #D677DF Orchid

📋 copy color: '#D677DF'

red 214 ◦ green 119 ◦ blue 223

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

Shades of Orchid #D677DF

Tints of Orchid #D677DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.4%

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

R = 38.49%
G = 21.4%
B = 40.11%

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

#D677DF (or 0xD677DF) is known color: Orchid. HEX triplet: D6, 77 and DF. RGB value is (214,119,223). Sum of RGB (Red+Green+Blue) = 214+119+223=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #D677DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677DF is #298820. Grayscale: #9E9E9E. Windows color (decimal): -2721825 or 14645206. OLE color: 14645206.

HSL color Cylindrical-coordinate representation of color #D677DF: hue angle of 294.81º 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 #D677DF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 119 223 -
CMYK 0.04 0.47 0 0.13
HSL 294.81º 0.62% 0.67% -
HSV(B) 294.81º 0.47% 0.87% -
XYZ 47.65 32.82 73.64 -
YUV 159.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 214 119 223 0.04 0.47 0 0.13 294.81 0.62 0.67
Hex D6 77 DF 4 2F 0 D 127 3E 43
Octal 326 167 337 4 57 0 15 447 76 103
Binary 11010110 1110111 11011111 100 101111 0 1101 100100111 111110 1000011

Color Harmonies of #D677DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677DF

Black with #D677DF

Text Example


Text Example

White with #D677DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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