Html Css Color HEX #D677CE Orchid

📋 copy color: '#D677CE'

red 214 ◦ green 119 ◦ blue 206

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

Shades of Orchid #D677CE

Tints of Orchid #D677CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 39.7%
G = 22.08%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D677CE (or 0xD677CE) is known color: Orchid. HEX triplet: D6, 77 and CE. RGB value is (214,119,206). Sum of RGB (Red+Green+Blue) = 214+119+206=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D677CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677CE is #298831. Grayscale: #9D9D9D. Windows color (decimal): -2721842 or 13531094. OLE color: 13531094.

HSL color Cylindrical-coordinate representation of color #D677CE: hue angle of 305.05º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D677CE is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 119 206 -
CMYK 0 0.44 0.04 0.16
HSL 305.05º 0.54% 0.65% -
HSV(B) 305.05º 0.44% 0.84% -
XYZ 45.47 31.95 62.16 -
YUV 157.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 214 119 206 0 0.44 0.04 0.16 305.05 0.54 0.65
Hex D6 77 CE 0 2C 4 10 131 36 41
Octal 326 167 316 0 54 4 20 461 66 101
Binary 11010110 1110111 11001110 0 101100 100 10000 100110001 110110 1000001

Color Harmonies of #D677CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677CE

Black with #D677CE

Text Example


Text Example

White with #D677CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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