Html Css Color HEX #D678D7 Orchid

📋 copy color: '#D678D7'

red 214 ◦ green 120 ◦ blue 215

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

Shades of Orchid #D678D7

Tints of Orchid #D678D7

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.86%

 BLUE value IS 215 (84.38% from 255) = 39.16%

R = 38.98%
G = 21.86%
B = 39.16%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D678D7 (or 0xD678D7) is known color: Orchid. HEX triplet: D6, 78 and D7. RGB value is (214,120,215). Sum of RGB (Red+Green+Blue) = 214+120+215=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #D678D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678D7 is #298728. Grayscale: #9E9E9E. Windows color (decimal): -2721577 or 14121174. OLE color: 14121174.

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

Color convert

RGB 214 120 215 -
CMYK 0.00 0.44 0 0.16
HSL 299.37º 0.54% 0.66% -
HSV(B) 299.37º 0.44% 0.84% -
XYZ 46.71 32.64 68.13 -
YUV 158.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 214 120 215 0.00 0.44 0 0.16 299.37 0.54 0.66
Hex D6 78 D7 0 2C 0 10 12B 36 42
Octal 326 170 327 0 54 0 20 453 66 102
Binary 11010110 1111000 11010111 0 101100 0 10000 100101011 110110 1000010

Color Harmonies of #D678D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678D7

Black with #D678D7

Text Example


Text Example

White with #D678D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678D7; }

 p { color: rgb(214,120,215); }

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

background-color css

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

 a { background-color: rgb(214,120,215); }

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

border-color css

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

 span { border-color: rgb(214,120,215); }

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