Html Css Color HEX #D677E0 Orchid

📋 copy color: '#D677E0'

red 214 ◦ green 119 ◦ blue 224

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

Shades of Orchid #D677E0

Tints of Orchid #D677E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 38.42%
G = 21.36%
B = 40.22%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D677E0 (or 0xD677E0) is known color: Orchid. HEX triplet: D6, 77 and E0. RGB value is (214,119,224). Sum of RGB (Red+Green+Blue) = 214+119+224=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #D677E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677E0 is #29881F. Grayscale: #9F9F9F. Windows color (decimal): -2721824 or 14710742. OLE color: 14710742.

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

Color convert

RGB 214 119 224 -
CMYK 0.04 0.47 0 0.12
HSL 294.29º 0.63% 0.67% -
HSV(B) 294.29º 0.47% 0.88% -
XYZ 47.78 32.87 74.35 -
YUV 159.38 164.47 166.96 -
System Red Green Blue C M Y K H S L
Decimal 214 119 224 0.04 0.47 0 0.12 294.29 0.63 0.67
Hex D6 77 E0 4 2F 0 C 126 3F 43
Octal 326 167 340 4 57 0 14 446 77 103
Binary 11010110 1110111 11100000 100 101111 0 1100 100100110 111111 1000011

Color Harmonies of #D677E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677E0

Black with #D677E0

Text Example


Text Example

White with #D677E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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