Html Css Color HEX #D677E1 Orchid

📋 copy color: '#D677E1'

red 214 ◦ green 119 ◦ blue 225

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

Shades of Orchid #D677E1

Tints of Orchid #D677E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 38.35%
G = 21.33%
B = 40.32%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D677E1 (or 0xD677E1) is known color: Orchid. HEX triplet: D6, 77 and E1. RGB value is (214,119,225). Sum of RGB (Red+Green+Blue) = 214+119+225=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #D677E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677E1 is #29881E. Grayscale: #9F9F9F. Windows color (decimal): -2721823 or 14776278. OLE color: 14776278.

HSL color Cylindrical-coordinate representation of color #D677E1: hue angle of 293.77º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D677E1 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 119 225 -
CMYK 0.05 0.47 0 0.12
HSL 293.77º 0.64% 0.67% -
HSV(B) 293.77º 0.47% 0.88% -
XYZ 47.92 32.93 75.06 -
YUV 159.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 214 119 225 0.05 0.47 0 0.12 293.77 0.64 0.67
Hex D6 77 E1 5 2F 0 C 126 40 43
Octal 326 167 341 5 57 0 14 446 100 103
Binary 11010110 1110111 11100001 101 101111 0 1100 100100110 1000000 1000011

Color Harmonies of #D677E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677E1

Black with #D677E1

Text Example


Text Example

White with #D677E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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