Html Css Color HEX #D677E4 Orchid

📋 copy color: '#D677E4'

red 214 ◦ green 119 ◦ blue 228

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

Shades of Orchid #D677E4

Tints of Orchid #D677E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.64%

R = 38.15%
G = 21.21%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D677E4 (or 0xD677E4) is known color: Orchid. HEX triplet: D6, 77 and E4. RGB value is (214,119,228). Sum of RGB (Red+Green+Blue) = 214+119+228=561 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.15% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #D677E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677E4 is #29881B. Grayscale: #9F9F9F. Windows color (decimal): -2721820 or 14972886. OLE color: 14972886.

HSL color Cylindrical-coordinate representation of color #D677E4: hue angle of 292.29º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D677E4 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 119 228 -
CMYK 0.06 0.48 0 0.11
HSL 292.29º 0.67% 0.68% -
HSV(B) 292.29º 0.48% 0.89% -
XYZ 48.33 33.09 77.24 -
YUV 159.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 214 119 228 0.06 0.48 0 0.11 292.29 0.67 0.68
Hex D6 77 E4 6 30 0 B 124 43 44
Octal 326 167 344 6 60 0 13 444 103 104
Binary 11010110 1110111 11100100 110 110000 0 1011 100100100 1000011 1000100

Color Harmonies of #D677E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677E4

Black with #D677E4

Text Example


Text Example

White with #D677E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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