Html Css Color HEX #D677CD Orchid

📋 copy color: '#D677CD'

red 214 ◦ green 119 ◦ blue 205

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

Shades of Orchid #D677CD

Tints of Orchid #D677CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 39.78%
G = 22.12%
B = 38.1%

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

#D677CD (or 0xD677CD) is known color: Orchid. HEX triplet: D6, 77 and CD. RGB value is (214,119,205). Sum of RGB (Red+Green+Blue) = 214+119+205=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D677CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677CD is #298832. Grayscale: #9C9C9C. Windows color (decimal): -2721843 or 13465558. OLE color: 13465558.

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

Color convert

RGB 214 119 205 -
CMYK 0 0.44 0.04 0.16
HSL 305.68º 0.54% 0.65% -
HSV(B) 305.68º 0.44% 0.84% -
XYZ 45.35 31.9 61.52 -
YUV 157.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 214 119 205 0 0.44 0.04 0.16 305.68 0.54 0.65
Hex D6 77 CD 0 2C 4 10 132 36 41
Octal 326 167 315 0 54 4 20 462 66 101
Binary 11010110 1110111 11001101 0 101100 100 10000 100110010 110110 1000001

Color Harmonies of #D677CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677CD

Black with #D677CD

Text Example


Text Example

White with #D677CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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