Html Css Color HEX #D678BC Orchid

📋 copy color: '#D678BC'

red 214 ◦ green 120 ◦ blue 188

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

Shades of Orchid #D678BC

Tints of Orchid #D678BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 41%
G = 22.99%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D678BC (or 0xD678BC) is known color: Orchid. HEX triplet: D6, 78 and BC. RGB value is (214,120,188). Sum of RGB (Red+Green+Blue) = 214+120+188=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D678BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678BC is #298743. Grayscale: #9B9B9B. Windows color (decimal): -2721604 or 12351702. OLE color: 12351702.

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

Color convert

RGB 214 120 188 -
CMYK 0 0.44 0.12 0.16
HSL 316.6º 0.53% 0.65% -
HSV(B) 316.6º 0.44% 0.84% -
XYZ 43.53 31.36 51.34 -
YUV 155.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 214 120 188 0 0.44 0.12 0.16 316.6 0.53 0.65
Hex D6 78 BC 0 2C C 10 13D 35 41
Octal 326 170 274 0 54 14 20 475 65 101
Binary 11010110 1111000 10111100 0 101100 1100 10000 100111101 110101 1000001

Color Harmonies of #D678BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D678BC

Black with #D678BC

Text Example


Text Example

White with #D678BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D678BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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