Html Css Color HEX #D677D2 Orchid

📋 copy color: '#D677D2'

red 214 ◦ green 119 ◦ blue 210

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

Shades of Orchid #D677D2

Tints of Orchid #D677D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 39.41%
G = 21.92%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D677D2 (or 0xD677D2) is known color: Orchid. HEX triplet: D6, 77 and D2. RGB value is (214,119,210). Sum of RGB (Red+Green+Blue) = 214+119+210=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D677D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677D2 is #29882D. Grayscale: #9D9D9D. Windows color (decimal): -2721838 or 13793238. OLE color: 13793238.

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

Color convert

RGB 214 119 210 -
CMYK 0 0.44 0.02 0.16
HSL 302.53º 0.54% 0.65% -
HSV(B) 302.53º 0.44% 0.84% -
XYZ 45.96 32.14 64.75 -
YUV 157.78 157.47 168.1 -
System Red Green Blue C M Y K H S L
Decimal 214 119 210 0 0.44 0.02 0.16 302.53 0.54 0.65
Hex D6 77 D2 0 2C 2 10 12F 36 41
Octal 326 167 322 0 54 2 20 457 66 101
Binary 11010110 1110111 11010010 0 101100 10 10000 100101111 110110 1000001

Color Harmonies of #D677D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D677D2

Black with #D677D2

Text Example


Text Example

White with #D677D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D677D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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