Html Css Color HEX #D679C8 Orchid

📋 copy color: '#D679C8'

red 214 ◦ green 121 ◦ blue 200

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

Shades of Orchid #D679C8

Tints of Orchid #D679C8

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.62%

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 40%
G = 22.62%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D679C8 (or 0xD679C8) is known color: Orchid. HEX triplet: D6, 79 and C8. RGB value is (214,121,200). Sum of RGB (Red+Green+Blue) = 214+121+200=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D679C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679C8 is #298637. Grayscale: #9D9D9D. Windows color (decimal): -2721336 or 13138390. OLE color: 13138390.

HSL color Cylindrical-coordinate representation of color #D679C8: hue angle of 309.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679C8 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 200 -
CMYK 0 0.43 0.07 0.16
HSL 309.03º 0.53% 0.66% -
HSV(B) 309.03º 0.43% 0.84% -
XYZ 44.99 32.14 58.48 -
YUV 157.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 214 121 200 0 0.43 0.07 0.16 309.03 0.53 0.66
Hex D6 79 C8 0 2B 7 10 135 35 42
Octal 326 171 310 0 53 7 20 465 65 102
Binary 11010110 1111001 11001000 0 101011 111 10000 100110101 110101 1000010

Color Harmonies of #D679C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D679C8

Black with #D679C8

Text Example


Text Example

White with #D679C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D679C8; }

 p { color: rgb(214,121,200); }

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

background-color css

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

 a { background-color: rgb(214,121,200); }

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

border-color css

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

 span { border-color: rgb(214,121,200); }

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